From 99a2a37e823c261d93b8c98463d8ccd2d857de4e Mon Sep 17 00:00:00 2001 From: Xavier <90627943+kitsunehunter@users.noreply.github.com> Date: Wed, 24 Apr 2024 21:55:24 -0400 Subject: [PATCH] update iclass elite key chk helptext Signed-off-by: Xavier <90627943+kitsunehunter@users.noreply.github.com> --- client/src/cmdhficlass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 9849a88b0..ca3451e36 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -3581,7 +3581,7 @@ static int CmdHFiClassCheckKeys(const char *Cmd) { CLIParserInit(&ctx, "hf iclass chk", "Checkkeys loads a dictionary text file with 8byte hex keys to test authenticating against a iClass tag", "hf iclass chk -f iclass_default_keys.dic\n" - "hf iclass chk -f iclass_default_keys.dic --elite"); + "hf iclass chk -f iclass_elite_keys.dic --elite"); void *argtable[] = { arg_param_begin,