From d2cee8685774e26f24eeaf689826d0002aeeb842 Mon Sep 17 00:00:00 2001 From: Scoopta Date: Sun, 13 Feb 2022 21:04:32 -0800 Subject: [PATCH] The help output for --show now mentions that a list of modes can be found in wofi(7) --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 290fe6d..5eba651 100644 --- a/src/main.c +++ b/src/main.c @@ -69,7 +69,7 @@ static void print_usage(char** argv) { printf("--style\t\t\t-s\tSelects a stylesheet to use\n"); printf("--color\t\t\t-C\tSelects a colors file to use\n"); printf("--dmenu\t\t\t-d\tRuns in dmenu mode\n"); - printf("--show\t\t\t-S\tSpecifies the mode to run in\n"); + printf("--show\t\t\t-S\tSpecifies the mode to run in. A list can be found in wofi(7)\n"); printf("--width\t\t\t-W\tSpecifies the surface width\n"); printf("--height\t\t-H\tSpecifies the surface height\n"); printf("--prompt\t\t-p\tPrompt to display\n");