summaryrefslogtreecommitdiff
path: root/doc/html/boost/program_options/command_line_style/style_t.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-10-06 10:33:54 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-06 10:36:09 +0900
commitd9ec475d945d3035377a0d89ed42e382d8988891 (patch)
tree34aff2cee4b209906243ab5499d61f3edee2982f /doc/html/boost/program_options/command_line_style/style_t.html
parent71d216b90256936a9638f325af9bc69d720e75de (diff)
downloadboost-d9ec475d945d3035377a0d89ed42e382d8988891.tar.gz
boost-d9ec475d945d3035377a0d89ed42e382d8988891.tar.bz2
boost-d9ec475d945d3035377a0d89ed42e382d8988891.zip
Imported Upstream version 1.60.0
Change-Id: Ie709530d6d5841088ceaba025cbe175a4ef43050 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
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>