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
|
@ -19,7 +19,8 @@ int usage_lf_nedap_clone(void){
|
|||
PrintAndLog(" <Card Number> : 24-bit value card number");
|
||||
// PrintAndLog(" Q5 : optional - clone to Q5 (T5555) instead of T55x7 chip");
|
||||
PrintAndLog("");
|
||||
PrintAndLog("Sample: lf nedap clone 112233");
|
||||
PrintAndLog("Examples:");
|
||||
PrintAndLog(" lf nedap clone 112233");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -32,7 +33,8 @@ int usage_lf_nedap_sim(void) {
|
|||
PrintAndLog(" h : This help");
|
||||
PrintAndLog(" <Card Number> : 24-bit value card number");
|
||||
PrintAndLog("");
|
||||
PrintAndLog("Sample: lf nedap sim 112233");
|
||||
PrintAndLog("Examples:");
|
||||
PrintAndLog(" lf nedap sim 112233");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue