From 3fb442798d11cce16e50ec9ca6e71beb9543e7f6 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 1 Aug 2019 15:49:20 +0200 Subject: [PATCH] thinfilm usage typo --- client/cmdhfthinfilm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmdhfthinfilm.c b/client/cmdhfthinfilm.c index 970ddfee5..d75144feb 100644 --- a/client/cmdhfthinfilm.c +++ b/client/cmdhfthinfilm.c @@ -12,12 +12,12 @@ static int CmdHelp(const char *Cmd); static int usage_thinfilm_info(void) { - PrintAndLogEx(NORMAL, "Usage: hf thin info [h]"); + PrintAndLogEx(NORMAL, "Usage: hf thinfilm info [h]"); PrintAndLogEx(NORMAL, "Options:"); PrintAndLogEx(NORMAL, " h this help"); PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "Examples:"); - PrintAndLogEx(NORMAL, " hf thin info"); + PrintAndLogEx(NORMAL, " hf thinfilm info"); return PM3_SUCCESS; }