From c45331e1e2ee2411b4158bfb40590c51ec01b6a3 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 31 May 2021 14:32:35 +0200 Subject: [PATCH] fix text --- 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 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 };