diff options
| author | Simon Tatham <anakin@pobox.com> | 2017-05-14 10:40:15 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2017-05-14 10:40:15 +0100 |
| commit | 8ba347dea59155847b545b054ad18eec3639d755 (patch) | |
| tree | 766ee25f2a9e31f62bcc32df1ae41e13a05026ae /help.c | |
| parent | 41ef29132b50404f6157d83d1edf9a133e422c9f (diff) | |
| download | halibut-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.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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", |