From b8a46a6fe3726779f356c2decbc9dfa7d194c828 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 1 Feb 2020 18:23:16 +0100 Subject: [PATCH] fix typo, thanks @neduchaljan! --- client/cmdsmartcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdsmartcard.c b/client/cmdsmartcard.c index 21066ffb7..7a892a8e0 100644 --- a/client/cmdsmartcard.c +++ b/client/cmdsmartcard.c @@ -54,7 +54,7 @@ static int usage_sm_reader(void) { return 0; } static int usage_sm_info(void) { - PrintAndLogEx(NORMAL, "Usage: s info [h|s]"); + PrintAndLogEx(NORMAL, "Usage: sc info [h|s]"); PrintAndLogEx(NORMAL, " h : this help"); PrintAndLogEx(NORMAL, " s : silent (no messages)"); PrintAndLogEx(NORMAL, "");