|
@ -600,8 +600,8 @@ setup(void) |
|
|
static void |
|
|
static void |
|
|
usage(void) |
|
|
usage(void) |
|
|
{ |
|
|
{ |
|
|
fputs("usage: dmenu [-b] [-f] [-i] [-l lines] [-p prompt] [-fn font] [-m monitor]\n" |
|
|
|
|
|
" [-nb color] [-nf color] [-sb color] [-sf color] [-v]\n", stderr); |
|
|
|
|
|
|
|
|
fputs("usage: dmenu [-bfiv] [-l lines] [-p prompt] [-fn font] [-m monitor]\n" |
|
|
|
|
|
" [-nb color] [-nf color] [-sb color] [-sf color]\n", stderr); |
|
|
exit(1); |
|
|
exit(1); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|