mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Merge pull request #1494 from ah01/patch-1
Typo in mfu rdbl command help
This commit is contained in:
commit
9c5043efd8
1 changed files with 1 additions and 1 deletions
|
@ -1840,7 +1840,7 @@ static int CmdHF14AMfURdBl(const char *Cmd) {
|
||||||
arg_param_begin,
|
arg_param_begin,
|
||||||
arg_str0("k", "key", "<hex>", "key for authentication (UL-C 16 bytes, EV1/NTAG 4 bytes)"),
|
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_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
|
arg_param_end
|
||||||
};
|
};
|
||||||
CLIExecWithReturn(ctx, Cmd, argtable, false);
|
CLIExecWithReturn(ctx, Cmd, argtable, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue