aboutsummaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authoradnano <me@adnano.co>2024-05-05 10:13:01 -0400
committeradnano <me@adnano.co>2024-05-05 10:13:01 -0400
commit30abca4f301a3e851d020119f654586c56c70263 (patch)
treef059ad288e11e0fee9c6c62b445e98a5f3bdf2ff /menu.c
parent15d7c7bcc29e66f174c4de2420d371a9737ac6e4 (diff)
downloadwmenu-30abca4f301a3e851d020119f654586c56c70263.tar.gz
Don't ignore stdin in password mode
This makes password mode work for wmenu and wmenu-run without special cases.
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index baa3061..f99bd54 100644
--- a/menu.c
+++ b/menu.c
@@ -85,7 +85,7 @@ static bool parse_color(const char *color, uint32_t *result) {
// Parse menu options from command line arguments.
void menu_getopts(struct menu *menu, int argc, char *argv[]) {
const char *usage =
- "Usage: wmenu [-biPvx] [-f font] [-l lines] [-o output] [-p prompt]\n"
+ "Usage: wmenu [-biPv] [-f font] [-l lines] [-o output] [-p prompt]\n"
"\t[-N color] [-n color] [-M color] [-m color] [-S color] [-s color]\n";
int opt;