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:
team-orangeBlue
2026-04-11 00:11:41 +03:00
committed by GitHub
parent a5140dd666
commit f8f6216958
+1 -1
View File
@@ -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,