diff options
| author | Franklin Wei <git@fwei.tk> | 2015-05-27 20:58:07 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-05-27 20:58:07 -0400 |
| commit | 34b11c33ff5b0df5466642b577bf32b529fc66fd (patch) | |
| tree | cd079ea23e7c46de1421f9b990abf96e70d41f0b /src/help.c | |
| parent | 8b61f947daa7b64a2dd8ee7d6340c64fa7787f07 (diff) | |
| download | market-sim-34b11c33ff5b0df5466642b577bf32b529fc66fd.zip market-sim-34b11c33ff5b0df5466642b577bf32b529fc66fd.tar.gz market-sim-34b11c33ff5b0df5466642b577bf32b529fc66fd.tar.bz2 market-sim-34b11c33ff5b0df5466642b577bf32b529fc66fd.tar.xz | |
add colorized html output
Diffstat (limited to 'src/help.c')
| -rw-r--r-- | src/help.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |