From 40f6ff431e9780da1cc8df61d6ddff16527459c2 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 27 Mar 2021 10:20:54 +0100 Subject: [PATCH] text --- client/src/cmdhficlass.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 3de202433..c56af20fe 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -1329,7 +1329,7 @@ static int CmdHFiClassDump(const char *Cmd) { CLIParserFree(ctx); if ((use_replay + rawkey + elite) > 1) { - PrintAndLogEx(FAILED, "Can not use a combo of 'e', 'r', 'n'"); + PrintAndLogEx(ERR, "Can not use a combo of 'elite', 'raw', 'nr'"); return PM3_EINVARG; } @@ -1983,7 +1983,7 @@ static int CmdHFiClass_ReadBlock(const char *Cmd) { CLIParserFree(ctx); if ((use_replay + rawkey + elite) > 1) { - PrintAndLogEx(ERR, "Can not use a combo of 'e', 'r', 'n'"); + PrintAndLogEx(ERR, "Can not use a combo of 'elite', 'raw', 'nr'"); return PM3_EINVARG; }