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
80c5958041
commit
75200a9dc2
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ int CmdHFEMVPPSE(const char *cmd) {
|
||||||
|
|
||||||
int UsageCmdHFEMVExec(void) {
|
int UsageCmdHFEMVExec(void) {
|
||||||
PrintAndLog("HELP : Executes EMV contactless transaction:\n");
|
PrintAndLog("HELP : Executes EMV contactless transaction:\n");
|
||||||
PrintAndLog("Usage: hf emv exec [-s][-a][-t]\n");
|
PrintAndLog("Usage: hf emv exec [-s][-a][-t][-f][-v][-c][-x][-g]\n");
|
||||||
PrintAndLog(" Options:");
|
PrintAndLog(" Options:");
|
||||||
PrintAndLog(" -s : select card");
|
PrintAndLog(" -s : select card");
|
||||||
PrintAndLog(" -a : show APDU reqests and responses\n");
|
PrintAndLog(" -a : show APDU reqests and responses\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue