mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: added hint text for lf clone part2
This commit is contained in:
parent
783d97bd09
commit
61e6ff6991
11 changed files with 61 additions and 30 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue