summaryrefslogtreecommitdiff
path: root/doc/cli.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-11 10:07:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-11 10:07:12 +0200
commit8eef1041c8c28a3c4c0528c072a431db2886764b (patch)
tree59e44885f9a9085415fd549e5d4393b6de8fb231 /doc/cli.xhtml
parent67a2efeebcbbb8e6babd912e203f58b3eddfca8f (diff)
Add support for --output-{prefix,suffix} options
Diffstat (limited to 'doc/cli.xhtml')
-rw-r--r--doc/cli.xhtml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/cli.xhtml b/doc/cli.xhtml
index 88bdebf..99c2f78 100644
--- a/doc/cli.xhtml
+++ b/doc/cli.xhtml
@@ -308,6 +308,15 @@
<dd>Insert the content of <i>file</i> at the end of the generated HTML
file.</dd>
+ <dt><code><b>--output-prefix</b></code> <i>prefix</i></dt>
+ <dd>Add <i>prefix</i> at the beginning of the generated output file
+ name(s).</dd>
+
+ <dt><code><b>--output-suffix</b></code> <i>suffix</i></dt>
+ <dd>Add <i>suffix</i> at the end of the generated output file name(s).
+ Note that it is added before any file type-specific suffixes; see
+ <code><b>--*-suffix</b></code> below.</dd>
+
<dt><code><b>--hxx-suffix</b></code> <i>suffix</i></dt>
<dd>Use <i>suffix</i> instead of the default <code><b>.hxx</b></code> to
construct the name of the generated header file.</dd>