summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"