summaryrefslogtreecommitdiff
path: root/docs/CommandLine.html
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2005-08-25 23:01:25 +0000
committerJim Laskey <jlaskey@mac.com>2005-08-25 23:01:25 +0000
commit260292273597d5ebb6dfca4d4619b4274282411b (patch)
treeb8f8adb4decd75c846395b20649c8eb6a2c20bff /docs/CommandLine.html
parent1d8f626f66392b1577ce0e16ecfa7068823d2e61 (diff)
downloadllvm-260292273597d5ebb6dfca4d4619b4274282411b.tar.gz
llvm-260292273597d5ebb6dfca4d4619b4274282411b.tar.bz2
llvm-260292273597d5ebb6dfca4d4619b4274282411b.tar.xz
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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html
index 9bd2b60732..a1fd340efe 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>