From b6f80e075b359c31551c5f29956a30145d9b8ad2 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 15 Mar 2019 02:05:44 +0100 Subject: [PATCH] textual --- client/cmdsmartcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdsmartcard.c b/client/cmdsmartcard.c index 2bd14b781..9bbf1412b 100644 --- a/client/cmdsmartcard.c +++ b/client/cmdsmartcard.c @@ -49,7 +49,7 @@ int usage_sm_info(void) { return 0; } int usage_sm_upgrade(void) { - PrintAndLogEx(NORMAL, "Upgrade RDV4.0 Smartcard module firmware"); + PrintAndLogEx(NORMAL, "Upgrade RDV4.0 Sim module firmware"); PrintAndLogEx(NORMAL, "Usage: sc upgrade f "); PrintAndLogEx(NORMAL, " h : this help"); PrintAndLogEx(NORMAL, " f : firmware file name");