chg: added hint text for lf clone part2

This commit is contained in:
iceman1001 2020-03-02 14:15:51 +01:00
commit 61e6ff6991
11 changed files with 61 additions and 30 deletions

View file

@ -117,6 +117,8 @@ static int CmdVikingClone(const char *Cmd) {
PrintAndLogEx(ERR, "Error occurred, device did not respond during write operation.");
return PM3_ETIMEOUT;
}
PrintAndLogEx(SUCCESS, "Done");
PrintAndLogEx(INFO, "Hint: try " _YELLOW_("`lf viking read`") "to verify");
return resp.status;
}