mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Fix typo in hf mfu rdbl help text.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user