aboutsummaryrefslogtreecommitdiff
path: root/src/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/help.c b/src/help.c
index c362bc4..b071fa0 100644
--- a/src/help.c
+++ b/src/help.c
@@ -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");
}