From 4c776f3cb590bf031d6288043c530679a207a0c0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 3 Jun 2012 11:26:30 +0200 Subject: Documentation update --- doc/cli.1 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/cli.1') diff --git a/doc/cli.1 b/doc/cli.1 index 4794ec8..1952e24 100644 --- a/doc/cli.1 +++ b/doc/cli.1 @@ -68,7 +68,7 @@ Print usage information and exit\. Print version and exit\. .IP "\fB--include-path\fP|\fB-I\fP \fIdir\fP" -Search \fIdir\fP for bracket-included (\fB<>\fP) option files\. +Search \fIdir\fP for bracket-included (\fB<>\fP) options files\. .IP "\fB--output-dir\fP|\fB-o\fP \fIdir\fP" Write the generated files to \fIdir\fP instead of the current directory\. @@ -142,9 +142,11 @@ Insert the content of \fIfile\fP at the end of the HTML file\. .IP "\fB--class\fP \fIfq-name\fP" Generate the man page or HTML documentation only for the \fIfq-name\fP options class\. The \fIfq-name\fP name should be a fully-qualified options -class name, for example, \fBapp::options\fP\. This functionality is useful -if you need to insert custom documentation between options belonging to -different classes\. +class name, for example, \fBapp::options\fP\. To generate documentation for +multiple classes, repeat this option and the documentation will be produced +in the order specified\. This functionality is useful if you need to +assemble documentation from multiple classes in a specific order or to +insert custom documentation between options belonging to different classes\. .IP "\fB--stdout\fP" Write output to STDOUT instead of a file\. This option is not valid when -- cgit v1.1