Commit b3cccd58 by David Daney Committed by David Daney

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

From-SVN: r115555
parent fe24d485
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment