aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorPhilipp Thomas <pthomas@suse.de>2000-06-29 10:24:19 +0000
committerPhilipp Thomas <pthomas@gcc.gnu.org>2000-06-29 10:24:19 +0000
commit0c386769d0bd1caf4df1d48262ebb90488f61d29 (patch)
tree698642ea37b754390894bdd14a477e7e6ff2b9d6 /gcc/gcc.c
parent014d6e6c4edc3ffc3958b2f6ef7478b75df029dc (diff)
downloadgcc-0c386769d0bd1caf4df1d48262ebb90488f61d29.zip
gcc-0c386769d0bd1caf4df1d48262ebb90488f61d29.tar.gz
gcc-0c386769d0bd1caf4df1d48262ebb90488f61d29.tar.bz2
rtl.c: Revert NLS changes.
2000-06-29 Philipp Thomas <pthomas@suse.de> * rtl.c : Revert NLS changes. * gcc.c : Fix bug in display_help introced by my last changes. From-SVN: r34778
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 696dbd0..894a405 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -2846,10 +2846,11 @@ display_help ()
guessing the language based on the file's extension\n\
"), stdout);
- printf (_("\n\
-Options starting with -g, -f, -m, -O or -W are automatically passed on to\n\
+ printf (_("\
+\nOptions starting with -g, -f, -m, -O or -W are automatically passed on to\n\
the various sub-processes invoked by %s. In order to pass other options\n\
-on to these processes the -W<letter> options must be used.\n\"), programname);
+on to these processes the -W<letter> options must be used.\n\
+"), programname);
/* The rest of the options are displayed by invocations of the various
sub-processes. */