diff options
| author | Franklin Wei <franklin@fwei.ml> | 2015-05-27 20:58:07 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.ml> | 2015-05-27 20:58:07 -0400 |
| commit | 99c2f3cadb1cda40afddd8e7b8a7d0a4e7842d9c (patch) | |
| tree | cd079ea23e7c46de1421f9b990abf96e70d41f0b /src/help.c | |
| parent | aec5c1d206c0a8827df84fc7f92857ba68e05f52 (diff) | |
| download | market-sim-99c2f3cadb1cda40afddd8e7b8a7d0a4e7842d9c.zip market-sim-99c2f3cadb1cda40afddd8e7b8a7d0a4e7842d9c.tar.gz market-sim-99c2f3cadb1cda40afddd8e7b8a7d0a4e7842d9c.tar.bz2 market-sim-99c2f3cadb1cda40afddd8e7b8a7d0a4e7842d9c.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"); |