mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
small fix
This commit is contained in:
parent
620b1be410
commit
c6b5cebe07
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ int CmdHelp(const char *Cmd);
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, 1, "This help"},
|
{"help", CmdHelp, 1, "This help"},
|
||||||
{"exec", CmdHFEMVExec, 0, "Executes EMV contactless transaction."},
|
{"exec", CmdHFEMVExec, 0, "Executes EMV contactless transaction."},
|
||||||
{"pse", CmdHFEMVPPSE, 0, "Execute PPSE. Selects 2PAY.SYS.DDF01 and then error 1PAY.SYS.DDF01."},
|
{"pse", CmdHFEMVPPSE, 0, "Execute PPSE. It selects 2PAY.SYS.DDF01 or 1PAY.SYS.DDF01 directory."},
|
||||||
{"search", CmdHFEMVSearch, 0, "Try to select all applets from applets list and print installed applets."},
|
{"search", CmdHFEMVSearch, 0, "Try to select all applets from applets list and print installed applets."},
|
||||||
{"select", CmdHFEMVSelect, 0, "Select applet."},
|
{"select", CmdHFEMVSelect, 0, "Select applet."},
|
||||||
{NULL, NULL, 0, NULL}
|
{NULL, NULL, 0, NULL}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue