diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2005-04-06 18:37:24 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2005-04-06 18:37:24 +0000 |
commit | 4e9944320fd51bb3b61bff832f01614156f75cb8 (patch) | |
tree | 672047ff179c217f646ad3eeae6ee3cc996481b8 /gcc/c.opt | |
parent | ccccdb8d9b339972382604e17d0e451fa590f1a0 (diff) | |
download | gcc-4e9944320fd51bb3b61bff832f01614156f75cb8.zip gcc-4e9944320fd51bb3b61bff832f01614156f75cb8.tar.gz gcc-4e9944320fd51bb3b61bff832f01614156f75cb8.tar.bz2 |
c.opt (-F): Remove trailing whitespace from help string.
* c.opt (-F): Remove trailing whitespace from help string.
(-finput-charset): Use a tab to separate the switch name and help
string.
* common.opt (-fsched-stalled-insns, -fsched-stalled-insns-dep)
(-ftree-vectorizer-verbose): Likewise.
From-SVN: r97742
Diffstat (limited to 'gcc/c.opt')
-rw-r--r-- | gcc/c.opt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,7 +58,7 @@ C ObjC C++ ObjC++ Undocumented F C ObjC C++ ObjC++ Joined Separate --F <dir> Add <dir> to the end of the main framework include path +-F <dir> Add <dir> to the end of the main framework include path H C ObjC C++ ObjC++ @@ -468,7 +468,7 @@ C ObjC C++ ObjC++ Joined RejectNegative finput-charset= C ObjC C++ ObjC++ Joined RejectNegative --finput-charset=<cset> Specify the default character set for source files. +-finput-charset=<cset> Specify the default character set for source files. fexternal-templates |