dmenu: use die() to print the usage message

This commit is contained in:
Tom Schwindl 2022-09-26 09:24:15 +00:00 committed by Hiltjo Posthuma
parent fce06f437d
commit 7ec32fe494
1 changed files with 2 additions and 3 deletions

View File

@ -710,9 +710,8 @@ setup(void)
static void
usage(void)
{
fputs("usage: dmenu [-bfiv] [-l lines] [-p prompt] [-fn font] [-m monitor]\n"
" [-nb color] [-nf color] [-sb color] [-sf color] [-w windowid]\n", stderr);
exit(1);
die("usage: dmenu [-bfiv] [-l lines] [-p prompt] [-fn font] [-m monitor]\n"
" [-nb color] [-nf color] [-sb color] [-sf color] [-w windowid]");
}
int