From 4175297f57af0d44b6a067276c52ac3990814486 Mon Sep 17 00:00:00 2001 From: mwalker33 Date: Sat, 21 Mar 2020 21:42:00 +1100 Subject: [PATCH] Update cmdlfkeri.c help update --- client/cmdlfkeri.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/client/cmdlfkeri.c b/client/cmdlfkeri.c index 9f292c091..a5d66caff 100644 --- a/client/cmdlfkeri.c +++ b/client/cmdlfkeri.c @@ -32,18 +32,18 @@ static int usage_lf_keri_clone(void) { PrintAndLogEx(NORMAL, "Usage: lf keri clone [h] "); PrintAndLogEx(NORMAL, "Usage extended: lf keri clone [h] t [f ] c [Q5]"); PrintAndLogEx(NORMAL, "Options:"); - PrintAndLogEx(NORMAL, " h : This help"); - PrintAndLogEx(NORMAL, " : Keri Internal ID"); - PrintAndLogEx(NORMAL, " : specify write to Q5 (t5555 instead of t55x7)"); + PrintAndLogEx(NORMAL, " h : This help"); + PrintAndLogEx(NORMAL, " : Keri Internal ID"); + PrintAndLogEx(NORMAL, " : specify write to Q5 (t5555 instead of t55x7)"); // New format - PrintAndLogEx(NORMAL, " [m|i] : Type. m - MS, i - Internal ID"); - PrintAndLogEx(NORMAL, " : Facility Code"); - PrintAndLogEx(NORMAL, " : Card ID"); + PrintAndLogEx(NORMAL, " [m|i] : Type. m - MS, i - Internal ID"); + PrintAndLogEx(NORMAL, " : Facility Code"); + PrintAndLogEx(NORMAL, " : 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; }