diff options
author | Jari Vetoniemi <mailRoxas@gmail.com> | 2018-04-29 19:51:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-29 19:51:57 +0300 |
commit | 5ecb57085785c8e3fac68d8a2f2b6cf2e44c1092 (patch) | |
tree | 28685517342ee943414de4047900e2c8f83171ce /client/common | |
parent | f7bb9f953df41d61beb1bce750ca10df1993ec99 (diff) | |
parent | 67c3c04acbc8e00a9fcbcba63940eea66dd3d01f (diff) | |
download | bemenu-5ecb57085785c8e3fac68d8a2f2b6cf2e44c1092.tar.gz bemenu-5ecb57085785c8e3fac68d8a2f2b6cf2e44c1092.tar.bz2 bemenu-5ecb57085785c8e3fac68d8a2f2b6cf2e44c1092.zip |
Merge pull request #33 from martinetd/wayland
More wayland fixes
Diffstat (limited to 'client/common')
-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" |