From 06a9a67aaeb5187d545c177430bbc420a4f99715 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 25 Jul 2025 21:00:26 +0200 Subject: [PATCH] typo --- client/src/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index cf48dd5be..bc7f46cb4 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -4671,7 +4671,7 @@ static int CmdHF14AMfSim(const char *Cmd) { arg_lit0("e", "emukeys", "Fill simulator keys from found keys. Requires -x or -y. Implies -i. Simulation will restart automatically."), // If access bits show that key B is Readable, any subsequent memory access should be refused. arg_lit0(NULL, "allowkeyb", "Allow key B even if readable"), - arg_lit0(NULL, "allowover", "Allow auth attempts out of range for selected mifare type"), + arg_lit0(NULL, "allowover", "Allow auth attempts out of range for selected MIFARE Classic type"), arg_lit0("v", "verbose", "Verbose output"), arg_lit0(NULL, "cve", "Trigger CVE 2021_0430"), arg_param_end