From: iceman1001 Date: Wed, 11 Mar 2015 21:43:49 +0000 (+0100) Subject: FIX: minor correction of the command description for HF 14A RAW. X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/963fa1c2b8ff00c6e03359eed7bb76603cf732ca?hp=96f39a47a98990dbe0ea35f15d9a764d188e1ead FIX: minor correction of the command description for HF 14A RAW. --- diff --git a/client/cmdhf14a.c b/client/cmdhf14a.c index d36ebb8b..bce7f4d6 100644 --- a/client/cmdhf14a.c +++ b/client/cmdhf14a.c @@ -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] <0A 0B 0C ... hex>"); + PrintAndLog("Usage: hf 14a raw [-r] [-c] [-p] [-a] [-t] [-b] <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");