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
|
@ -48,7 +48,8 @@ int CmdHF14AMfDESAuth(const char *Cmd){
|
|||
|
||||
if (strlen(Cmd)<1) {
|
||||
PrintAndLog("Usage: hf desfire des-auth k <key number>");
|
||||
PrintAndLog(" sample: hf desfire des-auth k 0");
|
||||
PrintAndLog("Examples:");
|
||||
PrintAndLog(" hf desfire des-auth k 0");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -144,7 +145,8 @@ int CmdHF14AMfAESAuth(const char *Cmd){
|
|||
|
||||
if (strlen(Cmd)<1) {
|
||||
PrintAndLog("Usage: hf desfire aes-auth k <key number>");
|
||||
PrintAndLog(" sample: hf desfire aes-auth k 0");
|
||||
PrintAndLog("Examples:");
|
||||
PrintAndLog(" hf desfire aes-auth k 0");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue