summaryrefslogtreecommitdiffstats
path: root/llvm/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
commita82d08f8ba889ea748f46e5ba3aaf9875e4d2db1 (patch)
tree15955c8a73e60edbc7a7abffe52f0c05e50ec43d /llvm/docs/CommandLine.html
parent295810d53f308782c510da0c2f4de66b9c8e03da (diff)
downloadbcm5719-llvm-a82d08f8ba889ea748f46e5ba3aaf9875e4d2db1.tar.gz
bcm5719-llvm-a82d08f8ba889ea748f46e5ba3aaf9875e4d2db1.zip
Tweak of multiple occurance paragraph.
llvm-svn: 23064
Diffstat (limited to 'llvm/docs/CommandLine.html')
-rw-r--r--llvm/docs/CommandLine.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html
index 9bd2b607327..a1fd340efed 100644
--- a/llvm/docs/CommandLine.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud