commit 70a09caa86fd51b941f9252927378c0ae2df9a5b parent c057a98ca8cb1333b8d9ba58a20f542689c14299 Author: hhvn <dev@hhvn.uk> Date: Sun, 13 Jun 2021 00:18:30 +0100 dmenu.c: reformat usage Diffstat:
M | dmenu.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dmenu.c b/dmenu.c @@ -858,8 +858,8 @@ static void usage(void) { fputs("usage: dmenu [-bfiPvr] [-l lines] [-p prompt] [-fn font] [-m monitor]\n" - " [-h height] [-w width]\n" - " [-nb color] [-nf color] [-sb color] [-sf color] [-w windowid]\n", stderr); + " [-h height] [-w width] [-nb color] [-nf color] [-sb color]\n" + " [-sf color] [-w windowid]\n", stderr); exit(1); }