diff options
-rw-r--r-- | dmenu.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -710,9 +710,8 @@ setup(void) | |||
710 | static void | 710 | static void |
711 | usage(void) | 711 | usage(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 | ||
718 | int | 717 | int |