diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-04-12 21:13:32 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-04-12 14:13:32 -0700 |
commit | 06a9756916b538ba63db69dbfbfb770c9cc47c00 (patch) | |
tree | 0454b584a6021e27835eb5990872c61b048e8f0c /gcc/doc | |
parent | 1d6657b0c0ee30abb4379edab4e9d208f56ad68e (diff) | |
download | gcc-06a9756916b538ba63db69dbfbfb770c9cc47c00.zip gcc-06a9756916b538ba63db69dbfbfb770c9cc47c00.tar.gz gcc-06a9756916b538ba63db69dbfbfb770c9cc47c00.tar.bz2 |
* doc/invoke.text (--help): Document --help=common.
From-SVN: r123769
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5b104cc..d659faa 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1128,6 +1128,9 @@ option. This will display the options supported for @var{language}, where @var{language} is the name of one of the languages supported in this version of GCC. + +@item @samp{common} +This will display the options that are common to all languages. @end table It is possible to further refine the output of the @option{--help=} |