X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6c45a008f5a216f29492004140ac8914a1378941..fa0e0b109fd576eb6f720168058e67463b1aa321:/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; } }