summaryrefslogtreecommitdiff
path: root/cli/doc/cli-guide.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'cli/doc/cli-guide.xhtml')
-rw-r--r--cli/doc/cli-guide.xhtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/doc/cli-guide.xhtml b/cli/doc/cli-guide.xhtml
index 675db03..94c006c 100644
--- a/cli/doc/cli-guide.xhtml
+++ b/cli/doc/cli-guide.xhtml
@@ -1084,12 +1084,12 @@ include <string>;
class options
{
- std::map<std::string, std::string> --map | -m;
+ std::map<std::string, bool> --map | -m;
};
</pre>
- <p>The possible option values for this interface are: <code>-m a=A</code>,
- <code>-m =B</code> (key is an empty string), <code>-m c=</code> (value
+ <p>The possible option values for this interface are: <code>-m a=1</code>,
+ <code>-m =true</code> (key is an empty string), <code>-m c=</code> (value
is an empty string), or <code>-m d</code> (same as <code>-m d=</code>).</p>
<p>The last component in the option definition is optional documentation.