X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/d7482997dd1ca71b70df43c15dd5956f435a1a7e..c770011aba58fb66b9a654c5089476315998ab27:/help.c diff --git a/help.c b/help.c index 3fd957f..8104006 100644 --- a/help.c +++ b/help.c @@ -6,12 +6,24 @@ #include "halibut.h" static char *helptext[] = { - "FIXME: help text goes here", + "usage: halibut [options] files", + "options: --text[=filename] generate plain text output", + " --html[=filename] generate XHTML output", + " --winhelp[=filename] generate Windows Help output", + " --man[=filename] generate man page output", + " --info[=filename] generate GNU info output", + " --ps[=filename] generate PostScript output", + " --pdf[=filename] generate PDF output", + " -Cfoo:bar:baz append \\cfg{foo}{bar}{baz} to input", + " --precise report column numbers in error messages", + " --help display this text", + " --version display version number", + " --licence display licence text", NULL }; static char *usagetext[] = { - "FIXME: usage text goes here", + "usage: halibut [--format[=filename]] [-Cconfig...] file.but [file.but...]", NULL };