This commit is contained in:
iceman1001 2023-07-14 18:23:36 +02:00
commit 3c6d1c492f

View file

@ -2600,8 +2600,10 @@ out:
static int CmdEMVReader(const char *Cmd) { static int CmdEMVReader(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "emv reader", 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\n"
"emv reader -v\n"
"emv reader -@ -> Continuous mode\n" "emv reader -@ -> Continuous mode\n"
); );
void *argtable[] = { void *argtable[] = {