X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4c36581b96dfb81c85f34a4229d82e51edeaf499..04da5cd92bdf5cbdcec127961e2499121003655e:/client/cmdlfawid.c diff --git a/client/cmdlfawid.c b/client/cmdlfawid.c index d98dee4f..6349fec7 100644 --- a/client/cmdlfawid.c +++ b/client/cmdlfawid.c @@ -44,8 +44,8 @@ int usage_lf_awid_sim(void) { PrintAndLog(""); PrintAndLog("Usage: lf awid sim "); PrintAndLog("Options :"); - PrintAndLog(" : 8-bit value AWID facility code"); - PrintAndLog(" : 16-bit value AWID card number"); + PrintAndLog(" : 8-bit value facility code"); + PrintAndLog(" : 16-bit value card number"); PrintAndLog(""); PrintAndLog("Sample : lf awid sim 224 1337"); return 0; @@ -58,8 +58,8 @@ int usage_lf_awid_clone(void) { PrintAndLog(""); PrintAndLog("Usage: lf awid clone "); PrintAndLog("Options :"); - PrintAndLog(" : 8-bit value AWID facility code"); - PrintAndLog(" : 16-bit value AWID card number"); + PrintAndLog(" : 8-bit value facility code"); + PrintAndLog(" : 16-bit value card number"); PrintAndLog(" Q5 : optional - clone to Q5 (T5555) instead of T55x7 chip"); PrintAndLog(""); PrintAndLog("Sample : lf awid clone 224 1337"); @@ -73,7 +73,7 @@ int usage_lf_awid_brute(void){ PrintAndLog(""); PrintAndLog("Usage: lf awid brute "); PrintAndLog("Options :"); - PrintAndLog(" : 8-bit value AWID facility code"); + PrintAndLog(" : 8-bit value facility code"); PrintAndLog(""); PrintAndLog("Sample : lf awid brute 224"); return 0;