summaryrefslogtreecommitdiff
path: root/doc/html/boost/program_options/command_line_style/style_t.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/program_options/command_line_style/style_t.html')
-rw-r--r--doc/html/boost/program_options/command_line_style/style_t.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/program_options/command_line_style/style_t.html b/doc/html/boost/program_options/command_line_style/style_t.html
index d8e4c3a66c..77ba93981a 100644
--- a/doc/html/boost/program_options/command_line_style/style_t.html
+++ b/doc/html/boost/program_options/command_line_style/style_t.html
@@ -52,7 +52,7 @@
| allow_dash_for_short),
<a class="link" href="style_t.html#boost.program_options.command_line_style.style_t.default_style">default_style</a> = = unix_style <span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp343484144"></a><h2>Description</h2>
+<a name="idm45555218073680"></a><h2>Description</h2>
<p>Various possible styles of options.</p>
<p>There are "long" options, which start with "--" and "short", which start with either "-" or "/". Both kinds can be allowed or disallowed, see allow_long and allow_short. The allowed character for short options is also configurable.</p>
<p>Option's value can be specified in the same token as name ("--foo=bar"), or in the next token.</p>