This commit is contained in:
Philippe Teuwen
2020-10-23 01:24:54 +02:00
parent 6ffcc827a8
commit 18a6d3e92a
27 changed files with 55 additions and 54 deletions

View File

@@ -2962,7 +2962,7 @@ out:
printKeyTable(sectorsCnt, e_sector);
if (use_flashmemory && found_keys == (sectorsCnt << 1)) {
PrintAndLogEx(SUCCESS, "Card dumped aswell. run " _YELLOW_("`%s %c`"),
PrintAndLogEx(SUCCESS, "Card dumped as well. run " _YELLOW_("`%s %c`"),
"hf mf esave",
GetFormatFromSector(sectorsCnt)
);