diff options
author | zachir <zachir@librem.one> | 2023-02-21 15:12:09 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-21 15:12:09 -0600 |
commit | b68278a760117d5595019a9f52e92fe9ceeb1d4a (patch) | |
tree | 6691140506d1b88c81f9def3a65a831f7cbc7f25 /dmenu.c | |
parent | ee4eee0e05b567fe72f94eabcec9656a096625bc (diff) |
Diffstat (limited to 'dmenu.c')
-rw-r--r-- | dmenu.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |