summaryrefslogtreecommitdiff
path: root/help.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-04-12 08:23:52 +0000
committerSimon Tatham <anakin@pobox.com>2004-04-12 08:23:52 +0000
commit7df46e32493bdae2259f7ea6f637652d2dc8818e (patch)
treef51c10118dab7564358a796a03b4460194a1c5d2 /help.c
parent522c948889f481eec9620b84b91b66639634b9b1 (diff)
downloadhalibut-7df46e32493bdae2259f7ea6f637652d2dc8818e.zip
halibut-7df46e32493bdae2259f7ea6f637652d2dc8818e.tar.gz
halibut-7df46e32493bdae2259f7ea6f637652d2dc8818e.tar.bz2
halibut-7df46e32493bdae2259f7ea6f637652d2dc8818e.tar.xz
Forgot to mention the info backend in the command-line help. Oops.
[originally from svn r4055]
Diffstat (limited to 'help.c')
-rw-r--r--help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/help.c b/help.c
index 1ba84bb..3762a30 100644
--- a/help.c
+++ b/help.c
@@ -11,6 +11,7 @@ static char *helptext[] = {
" --html[=filename] generate XHTML output",
" --winhelp[=filename] generate Windows Help output",
" --man[=filename] generate man page output",
+ " --info[=filename] generate GNU info output",
" -Cfoo:bar:baz append \\cfg{foo}{bar}{baz} to input",
" --precise report column numbers in error messages",
" --help display this text",