ref: 317c2662ba87c78fd9cc2dd034afe596a7f1c68e
parent: 3397810e8d533392bc83a8555d297034673fc196
author: anthony <[email protected]>
date: Wed Dec 30 11:54:24 EST 2009
add -b option to the usage (lmod)
--- a/src/fix/main.c
+++ b/src/fix/main.c
@@ -64,6 +64,7 @@
"\t\t\t - ROM type (0x0147)\n"
"\t\t\t - ROM size (0x0148)\n"
"\t\t\t - Checksums (0x014D-0x014F)\n");
+ printf(" -b<hx>\tSet MBC type\n");
printf(" -q\t\tExecute quietly (suppress all text except errors)\n");
exit(0);