diff options
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> |