mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: replace 'samples:' with 'Examples:', unify some usage text
This commit is contained in:
parent
a02ec72f50
commit
b1d414c680
32 changed files with 306 additions and 258 deletions
|
@ -568,8 +568,9 @@ int CmdHF14ADesAuth(const char *Cmd){
|
|||
PrintAndLog(" Crypto");
|
||||
PrintAndLog(" 1 = DES 2 = 3DES 3 = 3K3DES 4 = AES");
|
||||
PrintAndLog("");
|
||||
PrintAndLog(" sample: hf mfdes auth 1 1 0 11223344");
|
||||
PrintAndLog(" sample: hf mfdes auth 3 4 0 404142434445464748494a4b4c4d4e4f");
|
||||
PrintAndLog("Examples:");
|
||||
PrintAndLog(" hf mfdes auth 1 1 0 11223344");
|
||||
PrintAndLog(" hf mfdes auth 3 4 0 404142434445464748494a4b4c4d4e4f");
|
||||
return 0;
|
||||
}
|
||||
uint8_t cmdAuthMode = param_get8(Cmd,0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue