From b3cccd5850889030826b2224bdd0a775c582f869 Mon Sep 17 00:00:00 2001 From: David Daney Date: Tue, 18 Jul 2006 16:07:44 +0000 Subject: [PATCH] * gcc.c (display_help): Fix typo in help text. From-SVN: r115555 --- gcc/ChangeLog | 4 ++++ gcc/gcc.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 558765d4b53..f64d3f2290f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-07-18 David Daney + + * gcc.c (display_help): Fix typo in help text. + 2006-07-18 Olivier Hainque * tree.h (categorize_ctor_elements): Adjust prototype and add diff --git a/gcc/gcc.c b/gcc/gcc.c index 380f16561bf..4b12474af16 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -3192,7 +3192,7 @@ display_help (void) fputs (_(" -std= Assume that the input sources are for \n"), stdout); fputs (_("\ --sysroot= Use as the root directory for headers\n\ - for headers and libraries\n"), stdout); + and libraries\n"), stdout); fputs (_(" -B Add to the compiler's search paths\n"), stdout); fputs (_(" -b Run gcc for target , if installed\n"), stdout); fputs (_(" -V Run gcc version number , if installed\n"), stdout); -- 2.11.4.GIT