diff src/main.c @ 307:87c4e65074f0

Actually allow script file to be specified and fix segfault on parsing script file
author lost
date Fri, 23 Jan 2009 04:53:01 +0000
parents 13272197d278
children
line wrap: on
line diff
--- a/src/main.c	Fri Jan 23 04:03:37 2009 +0000
+++ b/src/main.c	Fri Jan 23 04:53:01 2009 +0000
@@ -106,7 +106,7 @@
 				"Generate DECB .bin format output, equivalent of --format=decb"},
 	{ "raw",		'r',	0,		0,
 				"Generate raw binary format output, equivalent of --format=raw"},
-	{ "script",		's',	0,		0,
+	{ "script",		's',	"FILE",		0,
 				"Specify the linking script (overrides the build in defaults)"},
 	{ 0 }
 };