mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
small fix in GPO help
This commit is contained in:
parent
7c1e6128c0
commit
d0e2275842
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ int CmdHFEMVGPO(const char *cmd) {
|
||||||
CLIParserInit("hf emv gpo",
|
CLIParserInit("hf emv gpo",
|
||||||
"Executes Get Processing Options command. It returns data in TLV format (0x77 - format2) or plain format (0x80 - format1).\nNeeds a EMV applet to be selected.",
|
"Executes Get Processing Options command. It returns data in TLV format (0x77 - format2) or plain format (0x80 - format1).\nNeeds a EMV applet to be selected.",
|
||||||
"Usage:\n\thf emv gpo -k -> execute GPO\n"
|
"Usage:\n\thf emv gpo -k -> execute GPO\n"
|
||||||
"\thf emv gpo -st 01020304 -> execute GPO with 4-byte PDOL data, show result in TLV\n");
|
"\thf emv gpo -t 01020304 -> execute GPO with 4-byte PDOL data, show result in TLV\n");
|
||||||
// here need to add load params from file and gen pdol
|
// here need to add load params from file and gen pdol
|
||||||
|
|
||||||
void* argtable[] = {
|
void* argtable[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue