diff options
author | Jim Laskey <jlaskey@mac.com> | 2005-08-25 23:01:25 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2005-08-25 23:01:25 +0000 |
commit | 260292273597d5ebb6dfca4d4619b4274282411b (patch) | |
tree | b8f8adb4decd75c846395b20649c8eb6a2c20bff /docs/CommandLine.html | |
parent | 1d8f626f66392b1577ce0e16ecfa7068823d2e61 (diff) | |
download | external_llvm-260292273597d5ebb6dfca4d4619b4274282411b.zip external_llvm-260292273597d5ebb6dfca4d4619b4274282411b.tar.gz external_llvm-260292273597d5ebb6dfca4d4619b4274282411b.tar.bz2 |
Tweak of multiple occurance paragraph.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23064 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandLine.html')
-rw-r--r-- | docs/CommandLine.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 9bd2b60..a1fd340 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -712,8 +712,8 @@ vector:</p> <i>bits</i> |= 1 << (unsigned)<i>enum</i>; </pre></div> -<p>An option specified more than once is redundant as far as the result is -concerned. The argument position information is however updated.</p> +<p>Options that are specified multiple times are redundant. Any instances after +the first are discarded.</p> <p>Reworking the above list example, we could replace <a href="#list"> <tt>cl::list</tt></a> with <a href="#bits"><tt>cl::bits</tt></a>:</p> |