This commit is contained in:
Philippe Teuwen 2021-04-16 00:13:36 +02:00
parent 046f8f50ea
commit f63125386b
4 changed files with 6 additions and 6 deletions

View file

@ -954,7 +954,7 @@ static int CmdHF15Sniff(const char *Cmd) {
WaitForResponse(CMD_HF_ISO15693_SNIFF, &resp);
PrintAndLogEx(HINT, "Try `" _YELLOW_("hf 15 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;
}