From 42415e41ab7f26a703143d150f43199ca078f8ef Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 26 Jun 2020 13:23:37 +0200 Subject: [PATCH] text --- client/src/cmdlfkeri.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/cmdlfkeri.c b/client/src/cmdlfkeri.c index 7f5a83693..b1a73cc9d 100644 --- a/client/src/cmdlfkeri.c +++ b/client/src/cmdlfkeri.c @@ -44,7 +44,7 @@ static int usage_lf_keri_clone(void) { PrintAndLogEx(NORMAL, _YELLOW_(" lf keri clone 112233")); PrintAndLogEx(NORMAL, _YELLOW_(" lf keri clone type ms fc 6 cn 12345")); PrintAndLogEx(NORMAL, _YELLOW_(" lf keri clone t m f 6 c 12345")); - + PrintAndLogEx(NORMAL, ""); return PM3_SUCCESS; } @@ -59,6 +59,7 @@ static int usage_lf_keri_sim(void) { PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "Examples:"); PrintAndLogEx(NORMAL, _YELLOW_(" lf keri sim 112233")); + PrintAndLogEx(NORMAL, ""); return PM3_SUCCESS; }