diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-12 08:23:52 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-12 08:23:52 +0000 |
| commit | 7df46e32493bdae2259f7ea6f637652d2dc8818e (patch) | |
| tree | f51c10118dab7564358a796a03b4460194a1c5d2 /help.c | |
| parent | 522c948889f481eec9620b84b91b66639634b9b1 (diff) | |
| download | halibut-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |