]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
document gcc --help=common
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Tue, 28 Feb 2012 17:31:38 +0000 (18:31 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Tue, 28 Feb 2012 17:31:38 +0000 (18:31 +0100)
2012-02-28  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

* gcc.c (display_help): Document --help=common and sort entries
alphabetically.

From-SVN: r184633

gcc/ChangeLog
gcc/gcc.c

index 7ba59bab2db8b0f9bf380cad489483ad4c2322b1..c416f358abb265643c94c5bc78323b7ebe2ced9c 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-28  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * gcc.c (display_help): Document --help=common and sort entries
+       alphabetically.
+
 2012-02-28  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
 
        * doc/install.texi: Document check-$LANG specific shortcuts
index c7c8c053ba341f98b198b40d587bab81c6c582c2..cc6a08eb0916f742e99acfd878b168e55248f4cd 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -2958,7 +2958,7 @@ display_help (void)
   fputs (_("  -pass-exit-codes         Exit with highest error code from a phase\n"), stdout);
   fputs (_("  --help                   Display this information\n"), stdout);
   fputs (_("  --target-help            Display target specific command line options\n"), stdout);
-  fputs (_("  --help={target|optimizers|warnings|params|[^]{joined|separate|undocumented}}[,...]\n"), stdout);
+  fputs (_("  --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...]\n"), stdout);
   fputs (_("                           Display specific types of command line options\n"), stdout);
   if (! verbose_flag)
     fputs (_("  (Use '-v --help' to display command line options of sub-processes)\n"), stdout);