diff --git a/client/src/emv/cmdemv.c b/client/src/emv/cmdemv.c index b2459c79cc..e148e19bbc 100644 --- a/client/src/emv/cmdemv.c +++ b/client/src/emv/cmdemv.c @@ -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[] = {