mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-07 04:31:42 +00:00
Correct a typo in helptext
Mifare Plus ACLs are 4 bytes, not 3... oops Fixed typo in `hf mfp acl` Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
This commit is contained in:
@@ -809,7 +809,7 @@ static int CmdHFMFPAcl(const char *Cmd) {
|
||||
" ACCESS = access bytes inside sector trailer block\n"
|
||||
" Increment, decrement, transfer, restore is for value blocks",
|
||||
"hf mf acl\n"
|
||||
"hf mf acl -d FF0780\n");
|
||||
"hf mf acl -d 0FFF0780\n");
|
||||
|
||||
void *argtable[] = {
|
||||
arg_param_begin,
|
||||
|
||||
Reference in New Issue
Block a user