summaryrefslogtreecommitdiff
path: root/dmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu.c')
-rw-r--r--dmenu.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/dmenu.c b/dmenu.c
index 33c07e5..e2018f3 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -1034,11 +1034,11 @@ setup(void)
static void
usage(void)
-{
- die("usage: dmenu [-bfirvP] [-l lines] [-p prompt] [-fn font] [-m monitor]\n"
- " [-nb color] [-nf color] [-sb color] [-sf color] [-w windowid]\n"
- " [-nhb color] [-nhf color] [-shb color] [-shf color]\n"
- " [-d separator] [-D separator] [-h height]");
+{ // " "
+ die("usage: dmenu [-bcfirvPF] [-l lines] [-h height] [-m monitor] [-p prompt]\n"
+ " [-fn font] [-nb color] [-nf color] [-sb color] [-sf color]\n"
+ " [-nhb color] [-nhf color] [-shb color] [-shf color] [-w windowid]\n"
+ " [-d separator] [-D separator]");
}
void