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.xhtml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'doc/cli.xhtml') diff --git a/doc/cli.xhtml b/doc/cli.xhtml index 1ac88b0..13ef998 100644 --- a/doc/cli.xhtml +++ b/doc/cli.xhtml @@ -91,7 +91,7 @@
Print version and exit.
--include-path|-I dir
-
Search dir for bracket-included (<>) option +
Search dir for bracket-included (<>) options files.
--output-dir|-o dir
@@ -167,9 +167,12 @@
--class fq-name
Generate the man page or HTML documentation only for the fq-name options class. The fq-name name should be a fully-qualified options - class name, for example, app::options. This - functionality is useful if you need to insert custom documentation between - options belonging to different classes.
+ class name, for example, app::options. 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.
--stdout
Write output to STDOUT instead of a file. This option is not valid when -- cgit v1.1