shithub: rgbds

Download patch

ref: 0d16e5c573a419262c60f39454af3e6944a5210b
parent: c6fb526a8887cd2226e2f46a15694802e4017b9e
author: bentley <[email protected]>
date: Mon Jan 18 09:41:24 EST 2010

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

--- a/src/asm/main.c
+++ b/src/asm/main.c
@@ -230,7 +230,7 @@
 {
 	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);
 }
 /*