]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: minor correction of the command description for HF 14A RAW.
authoriceman1001 <iceman@iuse.se>
Wed, 11 Mar 2015 21:43:49 +0000 (22:43 +0100)
committericeman1001 <iceman@iuse.se>
Wed, 11 Mar 2015 21:43:49 +0000 (22:43 +0100)
client/cmdhf14a.c

index d36ebb8bee959220547577c0d31495b764630e3b..bce7f4d6cba5f9abfffb613e63ba008e9a2d81ea 100644 (file)
@@ -514,7 +514,7 @@ int CmdHF14ACmdRaw(const char *cmd) {
        uint32_t temp;
 
     if (strlen(cmd)<2) {
-        PrintAndLog("Usage: hf 14a raw [-r] [-c] [-p] [-f] [-b] [-t] <number of bits> <0A 0B 0C ... hex>");
+        PrintAndLog("Usage: hf 14a raw [-r] [-c] [-p] [-a] [-t] <milliseconds> [-b] <number of bits>  <0A 0B 0C ... hex>");
         PrintAndLog("       -r    do not read response");
         PrintAndLog("       -c    calculate and append CRC");
         PrintAndLog("       -p    leave the signal field ON after receive");
Impressum, Datenschutz