From 34b11c33ff5b0df5466642b577bf32b529fc66fd Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 27 May 2015 20:58:07 -0400 Subject: add colorized html output --- src/help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/help.c') diff --git a/src/help.c b/src/help.c index f82616f..b6a0011 100644 --- a/src/help.c +++ b/src/help.c @@ -10,6 +10,7 @@ void print_usage(int argc, char *argv[]) output("Options:\n"); output(" --batch\tEnables batch operation, taking commands from standard input\n"); output(" -h, --help\tShow this help and exit\n"); + output(" --html\tUse HTML formatting for output (implies --nocurses)\n"); output(" --nocurses\tOperate without curses\n"); output(" -r, --restrict\tOperate in restricted mode, suitable for use as a CGI program\n"); output(" -v, --verbose\tEnable verbose operation\n"); -- cgit v1.1