summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-17 15:16:41 -0500
committerZachIR <zachir@librem.one>2025-07-17 15:18:25 -0500
commitd7cd3dc9b6f8dcb21e05c1fc88a1c3d23061ce39 (patch)
tree859e7eb88a0c2cdafbc9f0faba3190abe33afd3e /src/main.c
parentc19a4d0fa5a23a323c238d3505bb4e5d972015f5 (diff)
Fix help message
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
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 <path> Specify a config file.\n"
" -b, --bottom Anchor to the bottom of the screen.\n"
" -P, --password Hide the input text.\n"
-" --prompt-text <string> Prompt text.\n"
+" -r, --require Require a match to complete.\n"
+" -p, --prompt-text <string> Prompt text.\n"
" --width <px|%> Width of the window.\n"
" --height <px|%> Height of the window.\n"
" --output <name> Name of output to display window on.\n"