diff options
author | ZachIR <zachir@librem.one> | 2025-07-17 15:16:41 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-17 15:18:25 -0500 |
commit | d7cd3dc9b6f8dcb21e05c1fc88a1c3d23061ce39 (patch) | |
tree | 859e7eb88a0c2cdafbc9f0faba3190abe33afd3e /src/main.c | |
parent | c19a4d0fa5a23a323c238d3505bb4e5d972015f5 (diff) |
Fix help message
Diffstat (limited to 'src/main.c')
-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" |