diff --git a/src/options.c b/src/options.c index 706daf2..1e5d39e 100644 --- a/src/options.c +++ b/src/options.c @@ -72,7 +72,7 @@ void print_help(char *argv[]) printf(" -v, --version Display version\n"); printf(" -h, --help Display help\n"); printf("\n"); - printf("See the man page for list of supported mapping flags.\n"); + printf("See the man page for more details.\n"); printf("\n"); printf("In session, press ctrl-t q to quit.\n"); printf("\n");