rgbasm: fix usage (-p, not -z)

This commit is contained in:
bentley
2010-01-18 14:41:24 -07:00
parent c6fb526a88
commit 0d16e5c573

View File

@@ -230,7 +230,7 @@ PrintUsage(void)
{
printf("RGBAsm v" ASM_VERSION " (part of ASMotor " ASMOTOR_VERSION
")\n\n");
printf("Usage: rgbasm [-b chars] [-g chars] [-i path] [-o outfile] [-z pad_value] file\n");
printf("Usage: rgbasm [-b chars] [-g chars] [-i path] [-o outfile] [-p pad_value] file\n");
exit(EX_USAGE);
}
/*