diff options
Diffstat (limited to 'client/common/common.c')
-rw-r--r-- | client/common/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/common/common.c b/client/common/common.c index 7633d7f..a82aedb 100644 --- a/client/common/common.c +++ b/client/common/common.c @@ -66,7 +66,7 @@ usage(FILE *out, const char *name) " -w, --wrap wraps cursor selection.\n" " -l, --list list items vertically with the given number of lines.\n" " -p, --prompt defines the prompt text to be displayed.\n" - " -P, --prefix text to shown before highlighted item.\n" + " -P, --prefix text to show before highlighted item.\n" " -I, --index select item at index automatically.\n" " --scrollbar display scrollbar. (always, autohide)\n" " --ifne only display menu if there are items.\n\n" |