diff options
Diffstat (limited to 'doc/cli.1')
-rw-r--r-- | doc/cli.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |