Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Jul 14, 2023
1 parent 78fe406 commit 3c6d1c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/emv/cmdemv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2600,8 +2600,10 @@ static int CmdEMVRoca(const char *Cmd) {
static int CmdEMVReader(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "emv reader",
"Act as a EMV reader to identify tag. Look for EMV tags until Enter or the pm3 button is pressed",
"Act as a EMV reader to identify tag. Look for EMV tags until Enter or the pm3 button is pressed\n"
"In `verbose` mode it will also try to extract and decode the transaction logs stored on card in either channel.\n",
"emv reader\n"
"emv reader -v\n"
"emv reader -@ -> Continuous mode\n"
);
void *argtable[] = {
Expand Down

0 comments on commit 3c6d1c4

Please sign in to comment.