diff lwlink/main.c @ 149:3706ede361ea

Fixed help message for --format
author lost
date Fri, 30 Jan 2009 01:51:41 +0000
parents 36ca3fa755e0
children 6ebb93b409ba
line wrap: on
line diff
--- a/lwlink/main.c	Thu Jan 29 06:27:35 2009 +0000
+++ b/lwlink/main.c	Fri Jan 30 01:51:41 2009 +0000
@@ -101,7 +101,7 @@
 	{ "debug",		'd',	0,		0,
 				"Set debug mode"},
 	{ "format",		'f',	"TYPE",	0,
-				"Select output format: decb, raw, obj"},
+				"Select output format: decb, raw"},
 	{ "decb",		'b',	0,		0,
 				"Generate DECB .bin format output, equivalent of --format=decb"},
 	{ "raw",		'r',	0,		0,