From 179ef4cf8482943d9c0e0d079f70ce484cbf83c7 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 17 Aug 2020 14:05:15 +0200 Subject: [PATCH] f --- client/src/cmdhf15.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/cmdhf15.c b/client/src/cmdhf15.c index 69251f97f..49ed24c43 100644 --- a/client/src/cmdhf15.c +++ b/client/src/cmdhf15.c @@ -245,9 +245,11 @@ static int usage_15_reader(void) { "Usage: hf 15 reader [h]\n" "Options:\n" "\th this help\n" + "\t1 read once\n" "\n" "Example:\n" - _YELLOW_("\thf 15 reader")); + _YELLOW_("\thf 15 reader\n") + _YELLOW_("\thf 15 reader 1\n")); return PM3_SUCCESS; } static int usage_15_sim(void) { @@ -920,7 +922,7 @@ static int CmdHF15Info(const char *Cmd) { int status = resp.oldarg[0]; if (status < 2) { - PrintAndLogEx(WARNING, "iso15693 card doesn't answer to systeminfo command"); + PrintAndLogEx(WARNING, "iso15693 card doesn't answer to systeminfo command (%d)", status); return PM3_EWRONGANSWER; }