diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 828666a57..7c8c7235f 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -6589,7 +6589,7 @@ static int CmdHf14AMfSuperCard(const char *Cmd) { void *argtable[] = { arg_param_begin, - arg_lit0("r", "reset", "reset card"), + arg_lit0("r", "reset", "Reset card"), arg_str0("u", "uid", "", "New UID (4 hex bytes)"), arg_param_end }; diff --git a/doc/commands.json b/doc/commands.json index 4ef1ec680..3a59e6f7c 100644 --- a/doc/commands.json +++ b/doc/commands.json @@ -11989,6 +11989,6 @@ "metadata": { "commands_extracted": 754, "extracted_by": "PM3Help2JSON v1.00", - "extracted_on": "2023-03-26T13:11:48" + "extracted_on": "2023-03-26T13:15:37" } } \ No newline at end of file