summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJari Vetoniemi <mailRoxas@gmail.com>2019-05-05 15:50:15 +0300
committerGitHub <noreply@github.com>2019-05-05 15:50:15 +0300
commit121367b9406b58c80591a21be3bd6e4771facb5e (patch)
treea9d0da20b6a2cf4e24191037c58cc932d1bd6cc4
parentf27e35eabca8fbb2003c0a8658f961edd16380a4 (diff)
parent5f0153148204acb91ea9a58bfe7d861593e5ea1a (diff)
downloadbemenu-121367b9406b58c80591a21be3bd6e4771facb5e.tar.gz
bemenu-121367b9406b58c80591a21be3bd6e4771facb5e.tar.bz2
bemenu-121367b9406b58c80591a21be3bd6e4771facb5e.zip
Merge pull request #56 from samihda/master
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"