This commit is contained in:
iceman1001 2021-09-22 22:30:25 +02:00
parent b5b946edfe
commit 347b5c9614

View file

@ -593,6 +593,7 @@ static int CmdTraceLoad(const char *Cmd) {
gs_traceLen = (long)len;
PrintAndLogEx(SUCCESS, "Recorded Activity (TraceLen = " _YELLOW_("%lu") " bytes)", gs_traceLen);
PrintAndLogEx(HINT, "try " _YELLOW_("`trace list -1 -t ...`") " to view trace. Remember the " _YELLOW_("`-1`") " param");
return PM3_SUCCESS;
}