trivial diff: fix help message.

Tyson Dowd trd at cs.mu.OZ.AU
Wed Jan 28 11:18:07 AEDT 1998


Hi,

Quick fix.

===================================================================


Estimated hours taken: 0.05

compiler/options.m:
	Move a line in the options help back up where it belongs.


Index: compiler/options.m
===================================================================
RCS file: /home/staff/zs/imp/mercury/compiler/options.m,v
retrieving revision 1.221
diff -u -r1.221 options.m
--- options.m	1998/01/25 05:05:56	1.221
+++ options.m	1998/01/26 13:38:48
@@ -1809,6 +1809,7 @@
 	io__write_string("\t-o <filename>, --output-file <filename>\n"),
 	io__write_string("\t\tSpecify the name of the final executable.\n"),
 	io__write_string("\t\t(The default executable name is the same as the name\n"),
+	io__write_string("\t\tof the first module on the command line.)\n"),
 	io__write_string("\t--link-flags <options>\n"),
 	io__write_string("\t\tSpecify options to be passed to the linker.\n"),
 	io__write_string("\t-L <directory>, --library-directory <directory>\n"),
@@ -1817,8 +1818,7 @@
 	io__write_string("\t-l <library>, --library <library>\n"),
 	io__write_string("\t\tLink with the specified library.\n"),
 	io__write_string("\t--link-object <object-file>\n"),
-	io__write_string("\t\tLink with the specified object file.\n"),
-	io__write_string("\t\tof the first module on the command line.)\n").
+	io__write_string("\t\tLink with the specified object file.\n").
 
 :- pred options_help_misc(io__state::di, io__state::uo) is det.
 


-- 
       Tyson Dowd           # 
                            #  Surreal humour isn't eveyone's cup of
     trd at cs.mu.oz.au        #  fur.
http://www.cs.mu.oz.au/~trd #



More information about the developers mailing list