From 2f2667944cc0d0f4f9da238e8f79e42b3cf3f083 Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Sun, 24 Nov 2024 12:59:04 +0800 Subject: [PATCH] Update cmdhficlass.c --- 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 9ad0e76e26..df0f48f732 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -4280,7 +4280,7 @@ static int CmdHFiClassLegacyRecover(const char *Cmd) { arg_lit0(NULL, "debug", "Re-enables tracing for debugging. Limits cycles to 1."), arg_lit0(NULL, "notest", "Perform real writes on the card!"), arg_lit0(NULL, "allnight", "Loops the loop for 10 times, recommended loop value of 5000."), - arg_lit0(NULL, "sim", "Runs a simulation based on the card's CSN assuming standard key."), + arg_lit0(NULL, "est", "Estimates the key updates based on the card's CSN assuming standard key."), arg_param_end }; CLIExecWithReturn(ctx, Cmd, argtable, false);