From f8f6216958d0efc253d6c2b70da047ccf49bd52c Mon Sep 17 00:00:00 2001 From: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com> Date: Sat, 11 Apr 2026 00:11:41 +0300 Subject: [PATCH] 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> --- client/src/cmdhfmfp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfp.c b/client/src/cmdhfmfp.c index cc47acba3..b69bbf45f 100644 --- a/client/src/cmdhfmfp.c +++ b/client/src/cmdhfmfp.c @@ -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,