summaryrefslogtreecommitdiff
path: root/cli/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.cli')
-rw-r--r--cli/options.cli8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/options.cli b/cli/options.cli
index fe48219..aef408e 100644
--- a/cli/options.cli
+++ b/cli/options.cli
@@ -121,25 +121,25 @@ class options
"Generate documentation in the HTML format."
};
- std::string --man-prologue
+ std::string --man-prologue-file
{
"<file>",
"Insert the content of <file> at the beginning of the man page file."
};
- std::string --man-epilogue
+ std::string --man-epilogue-file
{
"<file>",
"Insert the content of <file> at the end of the man page file."
};
- std::string --html-prologue
+ std::string --html-prologue-file
{
"<file>",
"Insert the content of <file> at the beginning of the HTML file."
};
- std::string --html-epilogue
+ std::string --html-epilogue-file
{
"<file>",
"Insert the content of <file> at the end of the HTML file."