This commit is contained in:
iceman1001 2024-01-15 17:35:00 +01:00
parent 26b46a7330
commit 3baf5acc6f
3 changed files with 4 additions and 4 deletions

View file

@ -2637,7 +2637,7 @@ static int CmdHF15Restore(const char *Cmd) {
DropField();
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(HINT, "try `" _YELLOW_("hf 15 dump --ns") "` to read your card to verify");
PrintAndLogEx(HINT, "try `" _YELLOW_("hf 15 dump --ns") "` to verify");
PrintAndLogEx(INFO, "Done!");
return PM3_SUCCESS;
}