chg: unify dump file template used in this repo. hf-mf-(uid)-dump.(bin/eml/json) is the prefeered style.

This commit is contained in:
iceman1001 2020-03-21 20:58:20 +01:00
commit 64e027faf7
5 changed files with 15 additions and 15 deletions

View file

@ -202,7 +202,7 @@ static int usage_t55xx_restore() {
PrintAndLogEx(NORMAL, _YELLOW_(" Assumes lf t55 detect has been run first!"));
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(NORMAL, "Examples:");
PrintAndLogEx(NORMAL, " lf t55xx restore f lf-t55xx-00148040-data.bin");
PrintAndLogEx(NORMAL, " lf t55xx restore f lf-t55xx-00148040-dump.bin");
PrintAndLogEx(NORMAL, "");
return PM3_SUCCESS;
}
@ -2315,7 +2315,7 @@ static int CmdT55xxDump(const char *Cmd) {
else
break;
}
strcat(preferredName, "-data");
strcat(preferredName, "-dump");
}
// Swap endian so the files match the txt display