This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Missing newline in ld --help output


This fixes a missing newline in the --help output.  Committed as obvious.

Andreas.

2003-10-19  Andreas Schwab  <schwab@suse.de>

	* emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add
	newline to message.

--- ld/emultempl/ticoff.em.~1.10.~	2003-07-01 15:11:31.000000000 +0200
+++ ld/emultempl/ticoff.em	2003-10-19 17:52:45.000000000 +0200
@@ -62,7 +62,7 @@ gld${EMULATION_NAME}_add_options
 static void
 gld_${EMULATION_NAME}_list_options (FILE * file)
 {
-  fprintf (file, _("  --format 0|1|2         Specify which COFF version to use"));
+  fprintf (file, _("  --format 0|1|2         Specify which COFF version to use\n"));
 }				  
 
 static bfd_boolean

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]