dmenu.1: group single options
a97f550a
2 file(s) · +3 −6
| 3 | 3 | dmenu \- dynamic menu |
|
| 4 | 4 | .SH SYNOPSIS |
|
| 5 | 5 | .B dmenu |
|
| 6 | - | .RB [ \-b ] |
|
| 7 | - | .RB [ \-f ] |
|
| 8 | - | .RB [ \-i ] |
|
| 6 | + | .RB [ \-bfiv ] |
|
| 9 | 7 | .RB [ \-l |
|
| 10 | 8 | .IR lines ] |
|
| 11 | 9 | .RB [ \-m |
|
| 22 | 20 | .IR color ] |
|
| 23 | 21 | .RB [ \-sf |
|
| 24 | 22 | .IR color ] |
|
| 25 | - | .RB [ \-v ] |
|
| 26 | 23 | .P |
|
| 27 | 24 | .BR dmenu_run " ..." |
|
| 28 | 25 | .SH DESCRIPTION |
|
| 600 | 600 | static void |
|
| 601 | 601 | usage(void) |
|
| 602 | 602 | { |
|
| 603 | - | fputs("usage: dmenu [-b] [-f] [-i] [-l lines] [-p prompt] [-fn font] [-m monitor]\n" |
|
| 604 | - | " [-nb color] [-nf color] [-sb color] [-sf color] [-v]\n", stderr); |
|
| 603 | + | fputs("usage: dmenu [-bfiv] [-l lines] [-p prompt] [-fn font] [-m monitor]\n" |
|
| 604 | + | " [-nb color] [-nf color] [-sb color] [-sf color]\n", stderr); |
|
| 605 | 605 | exit(1); |
|
| 606 | 606 | } |
|
| 607 | 607 |