diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-16 17:45:27 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-16 17:45:27 +0200 |
commit | 96cc64a597b9cac555289f472e1867a220007e7a (patch) | |
tree | bedb82302a38db456590fca7abc17c37ea7817be /client | |
parent | a54bcf694ad152ba0a5c1c3f2de6bc9c82bba02f (diff) | |
download | bemenu-96cc64a597b9cac555289f472e1867a220007e7a.tar.gz bemenu-96cc64a597b9cac555289f472e1867a220007e7a.tar.bz2 bemenu-96cc64a597b9cac555289f472e1867a220007e7a.zip |
Update --help with x11 backend
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 74ad6d6..078a525 100644 --- a/client/common/common.c +++ b/client/common/common.c @@ -69,7 +69,7 @@ usage(FILE *out, const char *name) " -p, --prompt defines the prompt text to be displayed.\n" " -P, --prefix text to shown before highlighted item.\n" " -I, --index select item at index automatically.\n" - " --backend options: curses, wayland\n" + " --backend options: curses, wayland, x11\n" " --prioritory options: terminal, gui\n\n" "Backend specific options\n" |