Merge pull request #2295 from dperret/nlock-typo-fix

Fix typo in hf mfu rdbl help text.
This commit is contained in:
Iceman 2024-02-17 09:36:03 +01:00 committed by GitHub
commit 0f7fc67b9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2561,7 +2561,7 @@ static int CmdHF14AMfURdBl(const char *Cmd) {
arg_param_begin, arg_param_begin,
arg_str0("k", "key", "<hex>", "Authentication key (UL-C 16 bytes, EV1/NTAG 4 bytes)"), 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_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_lit0(NULL, "force", "Force operation even if address is out of range"),
arg_param_end arg_param_end
}; };