From: Jim Laskey
Date: Thu, 25 Aug 2005 23:01:25 +0000 (+0000)
Subject: Tweak of multiple occurance paragraph.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=260292273597d5ebb6dfca4d4619b4274282411b;p=oota-llvm.git
Tweak of multiple occurance paragraph.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23064 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/CommandLine.html b/docs/CommandLine.html
index 9bd2b607327..a1fd340efed 100644
--- a/docs/CommandLine.html
+++ b/docs/CommandLine.html
@@ -712,8 +712,8 @@ vector:
bits |= 1 << (unsigned)enum;
-An option specified more than once is redundant as far as the result is
-concerned. The argument position information is however updated.
+Options that are specified multiple times are redundant. Any instances after
+the first are discarded.
Reworking the above list example, we could replace
cl::list with cl::bits: