diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html index 9bd2b607327f..a1fd340efed0 100644 --- a/llvm/docs/CommandLine.html +++ b/llvm/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: