From d7cd3dc9b6f8dcb21e05c1fc88a1c3d23061ce39 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Thu, 17 Jul 2025 15:16:41 -0500 Subject: Fix help message --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 3996d65..7d35f98 100644 --- a/src/main.c +++ b/src/main.c @@ -830,7 +830,8 @@ static void usage(bool err) " -c, --config Specify a config file.\n" " -b, --bottom Anchor to the bottom of the screen.\n" " -P, --password Hide the input text.\n" -" --prompt-text Prompt text.\n" +" -r, --require Require a match to complete.\n" +" -p, --prompt-text Prompt text.\n" " --width Width of the window.\n" " --height Height of the window.\n" " --output Name of output to display window on.\n" -- cgit v1.2.3