From: simon Date: Mon, 12 Apr 2004 08:23:52 +0000 (+0000) Subject: Forgot to mention the info backend in the command-line help. Oops. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/commitdiff_plain/59ddc51d1cb534fc22b1787b57cd4b9d48433aa5 Forgot to mention the info backend in the command-line help. Oops. git-svn-id: svn://svn.tartarus.org/sgt/halibut@4055 cda61777-01e9-0310-a592-d414129be87e --- 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",