shithub: rgbds

Download patch

ref: 4feaa929ff8b8181e6d637e9b3cc42e7cafd88f4
parent: 48fd34c923d3f785ed41186732eb2d7cbf8d195c
author: bentley <[email protected]>
date: Fri Jan 15 12:05:06 EST 2010

fix usage fill character info

--- a/src/asm/main.c
+++ b/src/asm/main.c
@@ -247,7 +247,7 @@
 	    "\t\t\t(default is 01)\n");
 	printf
 	    ("\t-z<hx>\t\tSet the byte value (hex format) used for uninitialised\n"
-	    "\t\t\tdata (? for random, default is 0x00)\n");
+	    "\t\t\tdata (default is 0x00)\n");
 	exit(0);
 }
 /*