mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
small fix
This commit is contained in:
parent
8ffdccffa0
commit
ad23886a6f
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ int CmdHFEMVAC(const char *cmd) {
|
|||
int CmdHFEMVGenerateChallenge(const char *cmd) {
|
||||
|
||||
CLIParserInit("hf 14a challenge",
|
||||
"Executes Generate Challenge command. It returns 4-byte random number from card:\n",
|
||||
"Executes Generate Challenge command. It returns 4 or 8-byte random number from card:\n",
|
||||
"Usage:\n\thf emv challenge -> get challenge\n\thf emv challenge -k -> get challenge, keep fileld ON\n");
|
||||
|
||||
void* argtable[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue