summaryrefslogtreecommitdiff
path: root/doc/cli.1
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.1
parent2d2049d1f6482b1684bcd3f912fbeed99700ab89 (diff)
Documentation fixes
Diffstat (limited to 'doc/cli.1')
-rw-r--r--doc/cli.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cli.1 b/doc/cli.1
index 0470199..80e3bc6 100644
--- a/doc/cli.1
+++ b/doc/cli.1
@@ -22,7 +22,7 @@ cli \- command line interface compiler for C++
.SH DESCRIPTION
.\"--------------------------------------------------------------------
.B cli
-generates C++ implementation for command line interface defined in the CLI
+generates a C++ implementation for a command line interface defined in the CLI
language. For an input file in the form
.B name.cli
the following C++ files are generated:
@@ -90,7 +90,7 @@ Use the provided
.I separator
instead of the default
.B --
-as an optional separator between options and arguments. All command line
+as an optional separator between options and 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.