From 7f089045bce33cf309f807d1cee97a8beb7bb859 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Oct 2009 14:21:38 +0200 Subject: Documentation fixes --- examples/hello/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/hello') diff --git a/examples/hello/README b/examples/hello/README index a1fe976..dd14b01 100644 --- a/examples/hello/README +++ b/examples/hello/README @@ -4,20 +4,20 @@ command line interface using CLI. The example consists of the following files: hello.cli - Options class definition in the CLI language. + Command line interface description in the CLI language. hello.hxx hello.ixx hello.cxx - Options class implementation in C++. These files are generated by the CLI - compiler from hello.cli using the following command line: + Command line interface implementation in C++. These files are generated + by the CLI compiler from hello.cli using the following command line: cli hello.cli driver.cxx Driver for the example. It first instantiates the option class which parses the command line. The driver then examines the options and prints the - greeting string for each name passed as argument. + greeting string for each name passed as an argument. To run the example you can try the following command lines: -- cgit v1.1