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
commit 9c5043efd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);