From 61201a3aafe026f5d7e451130f22e4a201650c36 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 14 Aug 2020 14:55:07 +0200 Subject: [PATCH] textual --- client/src/cmdhficlass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index e74475e2e..ee6fc457e 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -622,7 +622,7 @@ static int CmdHFiClassSniff(const char *Cmd) { WaitForResponse(CMD_HF_ICLASS_SNIFF, &resp); - PrintAndLogEx(HINT, "Try `" _YELLOW_("hf iclass list") "` to look at the collected trace"); + PrintAndLogEx(HINT, "Try `" _YELLOW_("hf iclass list") "` to view captured tracelog"); PrintAndLogEx(HINT, "Try `" _YELLOW_("trace save h") "` to save tracelog for later analysing"); return PM3_SUCCESS; }