diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 558765d4b53..f64d3f2290f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-07-18 David Daney + + * gcc.c (display_help): Fix typo in help text. + 2006-07-18 Olivier Hainque * tree.h (categorize_ctor_elements): Adjust prototype and add diff --git a/gcc/gcc.c b/gcc/gcc.c index 380f16561bf..4b12474af16 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -3192,7 +3192,7 @@ display_help (void) fputs (_(" -std= Assume that the input sources are for \n"), stdout); fputs (_("\ --sysroot= Use as the root directory for headers\n\ - for headers and libraries\n"), stdout); + and libraries\n"), stdout); fputs (_(" -B Add to the compiler's search paths\n"), stdout); fputs (_(" -b Run gcc for target , if installed\n"), stdout); fputs (_(" -V Run gcc version number , if installed\n"), stdout);