* gcc.c (display_help): Fix typo in help text.
From-SVN: r115555
This commit is contained in:
parent
fe24d4852e
commit
b3cccd5850
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user