mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
text
This commit is contained in:
parent
bea2391600
commit
96bdc45ccf
1 changed files with 1 additions and 1 deletions
|
@ -2598,7 +2598,7 @@ static int CmdHF14AMfUCAuth(const char *Cmd) {
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
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)"),
|
||||||
arg_lit0("l", NULL, "swap entered key's endianness"),
|
arg_lit0("l", NULL, "swap entered key's endianness"),
|
||||||
arg_lit0("k", NULL, "keep field on (only if a password is provided too)"),
|
arg_lit0("k", NULL, "keep field on (only if a password is provided too)"),
|
||||||
arg_param_end
|
arg_param_end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue