From 7f089045bce33cf309f807d1cee97a8beb7bb859 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Oct 2009 14:21:38 +0200 Subject: Documentation fixes --- doc/cli.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/cli.xhtml') 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 @@

DESCRIPTION

-

cli generates C++ implementation for command +

cli generates a C++ implementation for a command line interface defined in the CLI language. For an input file in the form name.cli the following C++ files are generated: name.hxx (header file), name.ixx @@ -109,7 +109,7 @@

--option-separator separator
Use the provided separator instead of the default -- 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.
-- cgit v1.1