Merge pull request #1494 from ah01/patch-1

Typo in mfu rdbl command help
This commit is contained in:
Philippe Teuwen
2021-09-01 00:32:44 +02:00
committed by GitHub
+1 -1
View File
@@ -1840,7 +1840,7 @@ static int CmdHF14AMfURdBl(const char *Cmd) {
arg_param_begin,
arg_str0("k", "key", "<hex>", "key for authentication (UL-C 16 bytes, EV1/NTAG 4 bytes)"),
arg_lit0("l", NULL, "swap entered key's endianness"),
arg_int1("b", "block", "<dec>", "block number to write"),
arg_int1("b", "block", "<dec>", "block number to read"),
arg_param_end
};
CLIExecWithReturn(ctx, Cmd, argtable, false);