aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dmenu.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/dmenu.c b/dmenu.c
index 818313a..7cf253b 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -710,9 +710,8 @@ setup(void)
710static void 710static void
711usage(void) 711usage(void)
712{ 712{
713 fputs("usage: dmenu [-bfiv] [-l lines] [-p prompt] [-fn font] [-m monitor]\n" 713 die("usage: dmenu [-bfiv] [-l lines] [-p prompt] [-fn font] [-m monitor]\n"
714 " [-nb color] [-nf color] [-sb color] [-sf color] [-w windowid]\n", stderr); 714 " [-nb color] [-nf color] [-sb color] [-sf color] [-w windowid]");
715 exit(1);
716} 715}
717 716
718int 717int