summaryrefslogtreecommitdiff
path: root/doc/cli.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-28 14:21:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-28 14:21:38 +0200
commit7f089045bce33cf309f807d1cee97a8beb7bb859 (patch)
treee2a9a2a6596466be55427d742cca69eaafdf0df1 /doc/cli.xhtml
parent2d2049d1f6482b1684bcd3f912fbeed99700ab89 (diff)
Documentation fixes
Diffstat (limited to 'doc/cli.xhtml')
-rw-r--r--doc/cli.xhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cli.xhtml b/doc/cli.xhtml
index 6ac5d6a..b026b6e 100644
--- a/doc/cli.xhtml
+++ b/doc/cli.xhtml
@@ -59,7 +59,7 @@
<h1>DESCRIPTION</h1>
- <p><code><b>cli</b></code> generates C++ implementation for command
+ <p><code><b>cli</b></code> generates a C++ implementation for a command
line interface defined in the CLI language. For an input file in the
form <code><b>name.cli</b></code> the following C++ files are generated:
<code><b>name.hxx</b></code> (header file), <code><b>name.ixx</b></code>
@@ -109,7 +109,7 @@
<dt><code><b>--option-separator</b> <i>separator</i></code></dt>
<dd>Use the provided <code><i>separator</i></code> instead of the default
<code><b>--</b></code> as an optional separator between options and
- arguments. All command line arguments that are parsed after this
+ arguments. All the command line arguments that are parsed after this
separator are treated as program arguments. Set the option separator
to the empty value if you don't want this functionality.</dd>