diff --git a/src/fix/main.c b/src/fix/main.c index 1af348ef..b4c2d8a6 100644 --- a/src/fix/main.c +++ b/src/fix/main.c @@ -58,7 +58,7 @@ PrintUsage(void) printf(" -h\t\tThis text\n"); printf(" -d\t\tDebug: Don't change image\n"); printf(" -m\tChange RAM size of cartridge\n"); - printf(" -j\tSet the non-Japanese region flag\n"); + printf(" -j\t\tSet the non-Japanese region flag\n"); printf(" -p[]\tPad image to valid size\n" "\t\tPads to 32/64/128/256/512kB as appropriate\n" "\t\tAn optional hexadecimal pad value can be supplied (default is 0)"); @@ -495,7 +495,7 @@ main(int argc, char *argv[]) fflush(f); } if (!(ulOptions & OPTF_QUIET)) { - printf("\tRegion code set to non-Japan\n"); + printf("Region code set to non-Japan\n"); } } /*