From debf2796cc41c48f3531a04befa0bf6854921739 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 1 Jan 2022 09:25:53 +0100 Subject: [PATCH] text - unified --- client/src/emv/cmdemv.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/emv/cmdemv.c b/client/src/emv/cmdemv.c index e738db089..45d534981 100644 --- a/client/src/emv/cmdemv.c +++ b/client/src/emv/cmdemv.c @@ -84,7 +84,7 @@ static int CmdEMVSelect(const char *Cmd) { arg_lit0("aA", "apdu", "show APDU requests and responses"), arg_lit0("tT", "tlv", "TLV decode results"), arg_lit0("wW", "wired", "Send data via contact (iso7816) interface. Contactless interface set by default."), - arg_str1(NULL, NULL, "", NULL), + arg_str1(NULL, NULL, "", "Applet AID"), arg_param_end }; CLIExecWithReturn(ctx, Cmd, argtable, true); @@ -247,7 +247,7 @@ static int CmdEMVGPO(const char *Cmd) { arg_lit0("aA", "apdu", "show APDU reqests and responses"), arg_lit0("tT", "tlv", "TLV decode results of selected applets"), arg_lit0("wW", "wired", "Send data via contact (iso7816) interface. Contactless interface set by default."), - arg_strx0(NULL, NULL, "", NULL), + arg_strx0(NULL, NULL, "", "PDOLdata/PDOL"), arg_param_end }; CLIExecWithReturn(ctx, Cmd, argtable, true); @@ -354,7 +354,7 @@ static int CmdEMVReadRecord(const char *Cmd) { arg_lit0("aA", "apdu", "show APDU reqests and responses"), arg_lit0("tT", "tlv", "TLV decode results of selected applets"), arg_lit0("wW", "wired", "Send data via contact (iso7816) interface. Contactless interface set by default."), - arg_strx1(NULL, NULL, "", NULL), + arg_strx1(NULL, NULL, "", "", NULL), + arg_strx1(NULL, NULL, "", "CDOLdata/CDOL"), arg_param_end }; CLIExecWithReturn(ctx, Cmd, argtable, false); @@ -590,7 +590,7 @@ static int CmdEMVInternalAuthenticate(const char *Cmd) { arg_lit0("aA", "apdu", "show APDU reqests and responses"), arg_lit0("tT", "tlv", "TLV decode results of selected applets"), arg_lit0("wW", "wired", "Send data via contact (iso7816) interface. Contactless interface set by default."), - arg_strx1(NULL, NULL, "", NULL), + arg_strx1(NULL, NULL, "", "DDOLdata/DDOL"), arg_param_end }; CLIExecWithReturn(ctx, Cmd, argtable, false); @@ -1442,7 +1442,7 @@ static int CmdEMVScan(const char *Cmd) { arg_lit0("gG", "acgpo", "VISA. generate AC from GPO."), arg_lit0("mM", "merge", "Merge output file with card's data. (warning: the file may be corrupted!)"), arg_lit0("wW", "wired", "Send data via contact (iso7816) interface. Contactless interface set by default."), - arg_str1(NULL, NULL, "output.json", "JSON output file name"), + arg_str1(NULL, NULL, "", "JSON output filename"), arg_param_end }; CLIExecWithReturn(ctx, Cmd, argtable, true);