Update cmdlfkeri.c

help update
This commit is contained in:
mwalker33 2020-03-21 21:42:00 +11:00
commit 4175297f57

View file

@ -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;
}