From f13308783f5c6c068b1665aca7a6ce614dfd04dd Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 5 Apr 2020 07:58:00 +0200 Subject: [PATCH] textual @ikarus --- client/cmdhflegic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmdhflegic.c b/client/cmdhflegic.c index 23d8ad5f5..7f61150f8 100644 --- a/client/cmdhflegic.c +++ b/client/cmdhflegic.c @@ -111,7 +111,7 @@ static int usage_legic_dump(void) { PrintAndLogEx(NORMAL, " x : deobfuscate dump data (xor with MCC)"); PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "Examples:"); - PrintAndLogEx(NORMAL, _YELLOW_(" hf legic dump -- uses UID as filename")); + PrintAndLogEx(NORMAL, _YELLOW_(" hf legic dump - uses UID as filename")); PrintAndLogEx(NORMAL, _YELLOW_(" hf legic dump f myfile")); PrintAndLogEx(NORMAL, _YELLOW_(" hf legic dump x")); return PM3_SUCCESS; @@ -154,7 +154,7 @@ static int usage_legic_esave(void) { PrintAndLogEx(NORMAL, " f : filename w/o .bin to load"); PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "Examples:"); - PrintAndLogEx(NORMAL, _YELLOW_(" hf legic esave 2 -- uses UID as filename")); + PrintAndLogEx(NORMAL, _YELLOW_(" hf legic esave 2 - uses UID as filename")); PrintAndLogEx(NORMAL, _YELLOW_(" hf legic esave 2 f myfile")); return PM3_SUCCESS; }