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
|
@ -23,7 +23,8 @@ int usage_lf_visa2k_clone(void){
|
|||
PrintAndLog(" <card ID> : Visa2k card ID");
|
||||
PrintAndLog(" <Q5> : specify write to Q5 (t5555 instead of t55x7)");
|
||||
PrintAndLog("");
|
||||
PrintAndLog("Sample: lf visa2000 clone 112233");
|
||||
PrintAndLog("Examples:");
|
||||
PrintAndLog(" lf visa2000 clone 112233");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -36,7 +37,8 @@ int usage_lf_visa2k_sim(void) {
|
|||
PrintAndLog(" h : This help");
|
||||
PrintAndLog(" <card ID> : Visa2k card ID");
|
||||
PrintAndLog("");
|
||||
PrintAndLog("Sample: lf visa2000 sim 112233");
|
||||
PrintAndLog("Examples:");
|
||||
PrintAndLog(" lf visa2000 sim 112233");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue