summaryrefslogtreecommitdiff
path: root/doc/cli.1
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.1
parent67a2efeebcbbb8e6babd912e203f58b3eddfca8f (diff)
Add support for --output-{prefix,suffix} options
Diffstat (limited to 'doc/cli.1')
-rw-r--r--doc/cli.16
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/cli.1 b/doc/cli.1
index 346846a..c1ebfde 100644
--- a/doc/cli.1
+++ b/doc/cli.1
@@ -221,6 +221,12 @@ Insert the content of \fIfile\fR at the end of the generated C++ source file\.
Insert the content of \fIfile\fR at the end of the generated man page file\.
.IP "\fB--html-epilogue-file\fR \fIfile\fR"
Insert the content of \fIfile\fR at the end of the generated HTML file\.
+.IP "\fB--output-prefix\fR \fIprefix\fR"
+Add \fIprefix\fR at the beginning of the generated output file name(s)\.
+.IP "\fB--output-suffix\fR \fIsuffix\fR"
+Add \fIsuffix\fR at the end of the generated output file name(s)\. Note that
+it is added before any file type-specific suffixes; see \fB--*-suffix\fR
+below\.
.IP "\fB--hxx-suffix\fR \fIsuffix\fR"
Use \fIsuffix\fR instead of the default \fB\.hxx\fR to construct the name of
the generated header file\.