mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
Merge pull request #2295 from dperret/nlock-typo-fix
Fix typo in hf mfu rdbl help text.
This commit is contained in:
commit
0f7fc67b9c
1 changed files with 1 additions and 1 deletions
|
@ -2561,7 +2561,7 @@ static int CmdHF14AMfURdBl(const char *Cmd) {
|
|||
arg_param_begin,
|
||||
arg_str0("k", "key", "<hex>", "Authentication key (UL-C 16 bytes, EV1/NTAG 4 bytes)"),
|
||||
arg_lit0("l", NULL, "Swap entered key's endianness"),
|
||||
arg_int1("b", "block", "<dec>", "Nlock number to read"),
|
||||
arg_int1("b", "block", "<dec>", "Block number to read"),
|
||||
arg_lit0(NULL, "force", "Force operation even if address is out of range"),
|
||||
arg_param_end
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue