add -b option to the usage (lmod)

This commit is contained in:
anthony
2009-12-30 16:54:24 -07:00
parent 3397810e8d
commit 317c2662ba

View File

@@ -64,6 +64,7 @@ PrintUsage(void)
"\t\t\t - ROM type (0x0147)\n" "\t\t\t - ROM type (0x0147)\n"
"\t\t\t - ROM size (0x0148)\n" "\t\t\t - ROM size (0x0148)\n"
"\t\t\t - Checksums (0x014D-0x014F)\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"); printf(" -q\t\tExecute quietly (suppress all text except errors)\n");
exit(0); exit(0);