mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Update cmdlfkeri.c
help update
This commit is contained in:
parent
6440f4c5b0
commit
4175297f57
1 changed files with 8 additions and 8 deletions
|
@ -38,12 +38,12 @@ static int usage_lf_keri_clone(void) {
|
|||
// New format
|
||||
PrintAndLogEx(NORMAL, " <t> [m|i] : Type. m - MS, i - Internal ID");
|
||||
PrintAndLogEx(NORMAL, " <f> <fc> : Facility Code");
|
||||
PrintAndLogEx(NORMAL, " <c> <cid> : Card ID");
|
||||
PrintAndLogEx(NORMAL, " <c> <cardid> : Card ID");
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(NORMAL, "Examples:");
|
||||
PrintAndLogEx(NORMAL, " lf keri clone 112233");
|
||||
PrintAndLogEx(NORMAL, " lf keri clone type ms fc 6 id 12345");
|
||||
PrintAndLogEx(NORMAL, " lf keri clone t m f 6 i 12345");
|
||||
PrintAndLogEx(NORMAL, " lf keri clone type ms fc 6 cardid 12345");
|
||||
PrintAndLogEx(NORMAL, " lf keri clone t m f 6 c 12345");
|
||||
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue