ref: ecae948371454d7fd03d1e31c5f3e6d5304b64cb
parent: dd16f2d59cc320491173195d1b9d79c9fa1b535d
author: anthony <[email protected]>
date: Wed Dec 30 09:10:29 EST 2009
remove some tabs to make usage information easier to read on a terminal
--- a/src/fix/main.c
+++ b/src/fix/main.c
@@ -49,15 +49,19 @@
printf("Usage: rgbfix [options] image[.gb]\n");
printf("Options:\n");
- printf("\t-h\t\tThis text\n");
- printf("\t-d\t\tDebug: Don't change image\n");
- printf("\t-p[XX]\t\tPad image to valid size\n"
- "\t\t\tPads to 32/64/128/256/512kB as appropriate\n"
- "\t\t\tAn optional hexadecimal pad value can be supplied (default is 0");
- printf("\t-r\t\ttRuncate image to valid size\n\t\t\tTruncates to 32/64/128/256/512kB as appropriate\n");
- printf("\t-t<name>\tChange cartridge title field (16 characters)\n");
- printf("\t-v\t\tValidate header\n\t\t\tCorrects - Nintendo Character Area (0x0104)\n\t\t\t\t - ROM type (0x0147)\n\t\t\t\t - ROM size (0x0148)\n\t\t\t\t - Checksums (0x014D-0x014F)\n");
- printf("\t-q\t\tExecute quietly (suppress all text except errors)\n");
+ printf(" -h\t\tThis text\n");
+ printf(" -d\t\tDebug: Don't change image\n");
+ printf(" -p[XX]\t\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)");
+ printf(" -r\t\ttRuncate image to valid size\n\t\t\tTruncates to 32/64/128/256/512kB as appropriate\n");
+ printf(" -t<name>\tChange cartridge title field (16 characters)\n");
+ printf(" -v\t\tValidate header\n"
+ "\t\tCorrects - Nintendo Character Area (0x0104)\n"
+ "\t\t\t - ROM type (0x0147)\n"
+ "\t\t\t - ROM size (0x0148)\n"
+ "\t\t\t - Checksums (0x014D-0x014F)\n");
+ printf(" -q\t\tExecute quietly (suppress all text except errors)\n");
exit(0);
}