Tweak of multiple occurance paragraph.
authorJim Laskey <jlaskey@mac.com>
Thu, 25 Aug 2005 23:01:25 +0000 (23:01 +0000)
committerJim Laskey <jlaskey@mac.com>
Thu, 25 Aug 2005 23:01:25 +0000 (23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23064 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandLine.html

index 9bd2b607327f2775d56af85ffdc771e543f1fd68..a1fd340efed0adc6a2ed50e2f17e097a0b919f05 100644 (file)
@@ -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>