From 046f8f50ead658ffaa114ce91a247b68f337274d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 16 Apr 2021 00:09:11 +0200 Subject: [PATCH] typo --- client/src/cmdhf14b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhf14b.c b/client/src/cmdhf14b.c index ebce7126a..45777fdce 100644 --- a/client/src/cmdhf14b.c +++ b/client/src/cmdhf14b.c @@ -263,7 +263,7 @@ static int CmdHF14BSniff(const char *Cmd) { WaitForResponse(CMD_HF_ISO14443B_SNIFF, &resp); PrintAndLogEx(HINT, "Try `" _YELLOW_("hf 14b list") "` to view captured tracelog"); - PrintAndLogEx(HINT, "Try `" _YELLOW_("trace save h") "` to save tracelog for later analysing"); + PrintAndLogEx(HINT, "Try `" _YELLOW_("trace save -h") "` to save tracelog for later analysing"); return PM3_SUCCESS; }