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;
}

View File

@@ -1935,7 +1935,7 @@ static int CmdHFFelicaDumpLite(const char *Cmd) {
iceman 2021,
Why does this command say it dumps a FeliCa lite card
and then tries to print a trace?!?
Is this a trace list or a feclia dump cmd?
Is this a trace list or a FeliCa dump cmd?
*/