X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6c45a008f5a216f29492004140ac8914a1378941..88e20c9f6d13d6f18ca0ee023d1c05602c27d197:/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; } }