diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2018-04-29 20:41:04 +0900 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2018-04-29 20:50:56 +0900 |
commit | 67c3c04acbc8e00a9fcbcba63940eea66dd3d01f (patch) | |
tree | 28685517342ee943414de4047900e2c8f83171ce /client | |
parent | 3ae6ad7c48b358f1d074ec28946a415c0279558c (diff) | |
download | bemenu-67c3c04acbc8e00a9fcbcba63940eea66dd3d01f.tar.gz bemenu-67c3c04acbc8e00a9fcbcba63940eea66dd3d01f.tar.bz2 bemenu-67c3c04acbc8e00a9fcbcba63940eea66dd3d01f.zip |
client: update help (--bottom available for wayland)
Diffstat (limited to 'client')
-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 7782925..f59088c 100644 --- a/client/common/common.c +++ b/client/common/common.c @@ -82,7 +82,7 @@ usage(FILE *out, const char *name) " c = ncurses, w == wayland, x == x11\n" " (...) At end of help indicates the backend support for option.\n\n" - " -b, --bottom appears at the bottom of the screen. (x)\n" + " -b, --bottom appears at the bottom of the screen. (wx)\n" " -f, --grab show the menu before reading stdin. (wx)\n" " -m, --monitor index of monitor where menu will appear. (x)\n" " --fn defines the font to be used ('name [size]'). (wx)\n" |