all repos — dmenu @ a97f550aa7b81d2add1d2a99e594c038da01fc19

my build of dmenu

dmenu.1: group single options
Quentin Rameau quinq@fifth.space
Sat, 08 Oct 2016 14:42:53 +0200
commit

a97f550aa7b81d2add1d2a99e594c038da01fc19

parent

ff8daf88475960f6ccc4e3ded3214147ecb21809

2 files changed, 3 insertions(+), 6 deletions(-)

jump to
M dmenu.1dmenu.1

@@ -3,9 +3,7 @@ .SH NAME

dmenu \- dynamic menu .SH SYNOPSIS .B dmenu -.RB [ \-b ] -.RB [ \-f ] -.RB [ \-i ] +.RB [ \-bfiv ] .RB [ \-l .IR lines ] .RB [ \-m

@@ -22,7 +20,6 @@ .RB [ \-sb

.IR color ] .RB [ \-sf .IR color ] -.RB [ \-v ] .P .BR dmenu_run " ..." .SH DESCRIPTION
M dmenu.cdmenu.c

@@ -600,8 +600,8 @@

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); }