diff options
author | David Daney <ddaney@avtrex.com> | 2006-07-18 16:07:44 +0000 |
---|---|---|
committer | David Daney <daney@gcc.gnu.org> | 2006-07-18 16:07:44 +0000 |
commit | b3cccd5850889030826b2224bdd0a775c582f869 (patch) | |
tree | ae39c13400a73413694270fc7bc4ced871ea8fc3 /gcc | |
parent | fe24d4852ee6dd41dbf9c5daa68f1a51903aa105 (diff) | |
download | gcc-b3cccd5850889030826b2224bdd0a775c582f869.zip gcc-b3cccd5850889030826b2224bdd0a775c582f869.tar.gz gcc-b3cccd5850889030826b2224bdd0a775c582f869.tar.bz2 |
* gcc.c (display_help): Fix typo in help text.
From-SVN: r115555
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gcc.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 558765d..f64d3f2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-07-18 David Daney <ddaney@avtrex.com> + + * gcc.c (display_help): Fix typo in help text. + 2006-07-18 Olivier Hainque <hainque@adacore.com> * tree.h (categorize_ctor_elements): Adjust prototype and add @@ -3192,7 +3192,7 @@ display_help (void) fputs (_(" -std=<standard> Assume that the input sources are for <standard>\n"), stdout); fputs (_("\ --sysroot=<directory> Use <directory> as the root directory for headers\n\ - for headers and libraries\n"), stdout); + and libraries\n"), stdout); fputs (_(" -B <directory> Add <directory> to the compiler's search paths\n"), stdout); fputs (_(" -b <machine> Run gcc for target <machine>, if installed\n"), stdout); fputs (_(" -V <version> Run gcc version number <version>, if installed\n"), stdout); |