summaryrefslogtreecommitdiff
path: root/help.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2017-05-14 10:40:15 +0100
committerSimon Tatham <anakin@pobox.com>2017-05-14 10:40:15 +0100
commit8ba347dea59155847b545b054ad18eec3639d755 (patch)
tree766ee25f2a9e31f62bcc32df1ae41e13a05026ae /help.c
parent41ef29132b50404f6157d83d1edf9a133e422c9f (diff)
downloadhalibut-8ba347dea59155847b545b054ad18eec3639d755.zip
halibut-8ba347dea59155847b545b054ad18eec3639d755.tar.gz
halibut-8ba347dea59155847b545b054ad18eec3639d755.tar.bz2
halibut-8ba347dea59155847b545b054ad18eec3639d755.tar.xz
Update --help output.
I forgot to add the new --chm option to it yesterday, and also I've just noticed that it still describes --html as XHTML only, which hasn't been true for years.
Diffstat (limited to 'help.c')
-rw-r--r--help.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/help.c b/help.c
index d65645d..60cd345 100644
--- a/help.c
+++ b/help.c
@@ -8,8 +8,9 @@
static const char *const helptext[] = {
"usage: halibut [options] files",
"options: --text[=filename] generate plain text output",
- " --html[=filename] generate XHTML output",
- " --winhelp[=filename] generate Windows Help output",
+ " --html[=filename] generate HTML or XHTML output",
+ " --chm[=filename] generate Windows HTML Help output",
+ " --winhelp[=filename] generate legacy Windows Help output",
" --man[=filename] generate man page output",
" --info[=filename] generate GNU info output",
" --ps[=filename] generate PostScript output",