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/gcc.c | |
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/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |