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 | a82d08f8ba889ea748f46e5ba3aaf9875e4d2db1 (patch) | |
tree | 15955c8a73e60edbc7a7abffe52f0c05e50ec43d /llvm/docs/CommandLine.html | |
parent | 295810d53f308782c510da0c2f4de66b9c8e03da (diff) | |
download | bcm5719-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.html | 4 |
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> |