This commit is contained in:
iceman1001
2020-11-25 14:43:09 +01:00
parent 2ad7a5b7f1
commit 0cb3704eee
2 changed files with 3 additions and 4 deletions

View File

@@ -181,7 +181,7 @@ static int CmdSecurakeyClone(const char *Cmd) {
int res = clone_t55xx_tag(blocks, ARRAYLEN(blocks));
PrintAndLogEx(SUCCESS, "Done");
PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`lf securakey read`") " to verify");
PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`lf securakey reader`") " to verify");
return res;
}