This commit is contained in:
Daniel Underhay
2020-03-14 01:22:22 +11:00
parent e041e625c0
commit 3e8c4b2173

View File

@@ -431,7 +431,7 @@ static int CmdHIDBrute(const char *Cmd) {
cmdp++;
break;
default:
PrintAndLogEx(WARNING, "Unknown parameter: " _YELLOW_("%c"), param_getchar(Cmd, cmdp));
PrintAndLogEx(WARNING, "Unknown parameter: " _YELLOW_("'%c'"), param_getchar(Cmd, cmdp));
errors = true;
break;
}