diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 089a51fa0..6731b6f79 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -269,7 +269,7 @@ static int CmdHF14AMfDarkside(const char *Cmd) { void *argtable[] = { arg_param_begin, - arg_int0(NULL, "blk", " ", "Simulation type to use"), + arg_int0(NULL, "blk", " ", "Target block"), arg_lit0("b", NULL, "Target key B instead of default key A"), arg_param_end };