aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandLine.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandLine.html')
-rw-r--r--docs/CommandLine.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html
index 0eda9c2..531c0f8 100644
--- a/docs/CommandLine.html
+++ b/docs/CommandLine.html
@@ -875,7 +875,8 @@ can use it like this:</p>
else
break; // we're done with the list
}
- }</tt></pre></p>
+ }
+ </tt></pre></p>
<p>Note that, for compatibility reasons, the <tt>cl::opt</tt> also supports an
<tt>unsigned getPosition()</tt> option that will provide the absolute position
of that option. You can apply the same approach as above with a