From b92e3573078361df7092033d58ca43f8a97102af Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Wed, 18 Sep 2024 23:18:30 +0800 Subject: [PATCH] Update cmdhficlass.c Signed-off-by: Antiklesys --- 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 517ffa52b5..79c325baac 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -3950,7 +3950,7 @@ static int CmdHFiClassLegRecLookUp(const char *Cmd) { arg_str1(NULL, "macs1", "", "MACs captured from the reader"), arg_str1(NULL, "macs2", "", "MACs captured from the reader, different than the first set (with the same csn and epurse value)"), arg_str1(NULL, "pk", "", "Partial Key from legrec or starting key of keyblock from legbrute"), - arg_int0(NULL, "index", "", "Where to start from to retrieve the key, default 0"), + arg_int0(NULL, "index", "", "Where to start from to retrieve the key, default 0 - value in millions e.g. 1 is 1 million"), arg_param_end }; CLIExecWithReturn(ctx, Cmd, argtable, false);