diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |