X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6c45a008f5a216f29492004140ac8914a1378941..ad493abc2afb4c415eadd6baa861434e803a563b:/client/snooper.c diff --git a/client/snooper.c b/client/snooper.c index 30d39de6..2fed3fd8 100644 --- a/client/snooper.c +++ b/client/snooper.c @@ -37,7 +37,7 @@ int main() ReceiveCommandPoll(&cmdbuf); } HANDLE_ERROR; - CommandReceived("hf 14a list"); + CommandReceived("hf list 14a"); HANDLE_ERROR; } }