From 8ba347dea59155847b545b054ad18eec3639d755 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 14 May 2017 10:40:15 +0100 Subject: 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. --- help.c | 5 +++-- 1 file 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", -- cgit v1.1