Skip to content

Commit

Permalink
Update cmdhficlass.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiklesys committed Nov 24, 2024
1 parent f1ff643 commit 2f26679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/cmdhficlass.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2f26679

Please sign in to comment.