FIX: minor correction of the command description for HF 14A RAW.

This commit is contained in:
iceman1001 2015-03-11 22:43:49 +01:00
parent 96f39a47a9
commit 963fa1c2b8

View 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");