summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsamihda <samihda@users.noreply.github.com>2019-05-03 17:36:21 +0200
committersamihda <samihda@users.noreply.github.com>2019-05-03 17:36:21 +0200
commit5f0153148204acb91ea9a58bfe7d861593e5ea1a (patch)
treea9d0da20b6a2cf4e24191037c58cc932d1bd6cc4
parentf27e35eabca8fbb2003c0a8658f961edd16380a4 (diff)
downloadbemenu-5f0153148204acb91ea9a58bfe7d861593e5ea1a.tar.gz
bemenu-5f0153148204acb91ea9a58bfe7d861593e5ea1a.tar.bz2
bemenu-5f0153148204acb91ea9a58bfe7d861593e5ea1a.zip
Fix typo
-rw-r--r--client/common/common.c2
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"