From c6b5cebe078e85d27a8df68f0fe6a58452e48e0c Mon Sep 17 00:00:00 2001 From: merlokk Date: Fri, 10 Nov 2017 18:33:48 +0200 Subject: [PATCH] small fix --- client/emv/cmdemv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/emv/cmdemv.c b/client/emv/cmdemv.c index b74bbbc1..e76d3814 100644 --- a/client/emv/cmdemv.c +++ b/client/emv/cmdemv.c @@ -520,7 +520,7 @@ int CmdHelp(const char *Cmd); static command_t CommandTable[] = { {"help", CmdHelp, 1, "This help"}, {"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."}, {"select", CmdHFEMVSelect, 0, "Select applet."}, {NULL, NULL, 0, NULL}