From 260292273597d5ebb6dfca4d4619b4274282411b Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Thu, 25 Aug 2005 23:01:25 +0000 Subject: [PATCH] Tweak of multiple occurance paragraph. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23064 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandLine.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 9bd2b607327..a1fd340efed 100644 --- a/docs/CommandLine.html +++ b/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:

-- 2.34.1