rename SIMxxx.BIN in lowercase

This commit is contained in:
Philippe Teuwen 2019-08-30 22:13:51 +02:00
commit 7e579f9fca
8 changed files with 10 additions and 10 deletions

View file

@ -69,7 +69,7 @@ static int usage_sm_upgrade(void) {
PrintAndLogEx(NORMAL, " f <filename> : firmware file name");
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(NORMAL, "Examples:");
PrintAndLogEx(NORMAL, " sc upgrade f ../tools/simmodule/SIM011.BIN");
PrintAndLogEx(NORMAL, " sc upgrade f ../tools/simmodule/sim011.bin");
return 0;
}
static int usage_sm_setclock(void) {