aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2003-07-11 05:35:06 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-07-11 05:35:06 +0000
commitf3fdaec48d8cd520d5b7c70136ea551155a10257 (patch)
tree5f4b925b44d99a451ea587be84e79def441779ad /gcc/opts.c
parent7ebbf1ea7d909cdd060f097e98e0ba4abb2065e4 (diff)
downloadgcc-f3fdaec48d8cd520d5b7c70136ea551155a10257.zip
gcc-f3fdaec48d8cd520d5b7c70136ea551155a10257.tar.gz
gcc-f3fdaec48d8cd520d5b7c70136ea551155a10257.tar.bz2
common.opt: More --help messages.
* common.opt: More --help messages. * opts.c (print_help): Use puts(). * toplev.c (f_options): Remove help text. (display_help): Don't dump f_options. From-SVN: r69217
Diffstat (limited to 'gcc/opts.c')
-rw-r--r--gcc/opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index f9951a6..64f5ec6 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -1487,7 +1487,7 @@ print_help (void)
{
size_t i, len;
- printf (_("\nThe following options are language-independent:\n"));
+ puts (_("\nThe following options are language-independent:\n"));
for (i = 0; i < cl_options_count; i++)
{