dmenu.1: group single options

This commit is contained in:
Quentin Rameau
2016-10-08 14:42:53 +02:00
committed by Hiltjo Posthuma
parent ff8daf8847
commit a97f550aa7
2 changed files with 3 additions and 6 deletions

View File

@ -600,8 +600,8 @@ setup(void)
static 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);
}