diff options
Diffstat (limited to 'src/help.c')
| -rw-r--r-- | src/help.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ void print_usage(int argc, char *argv[]) output("Options:\n"); output(" -h, --help\tShow this help and exit\n"); + output(" --nocurses\tOperate without curses\n"); output(" -v, --verbose\tEnable verbose operation\n"); output(" --version\tOutput version information and exit\n"); } |