* gcc.c (display_help): Fix typo in help text.

From-SVN: r115555
This commit is contained in:
David Daney 2006-07-18 16:07:44 +00:00 committed by David Daney
parent fe24d4852e
commit b3cccd5850
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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);