aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dmenu.15
-rw-r--r--dmenu.c4
2 files changed, 3 insertions, 6 deletions
diff --git a/dmenu.1 b/dmenu.1
index f0e3bd7..8bbd79d 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -3,9 +3,7 @@
3dmenu \- dynamic menu 3dmenu \- dynamic menu
4.SH SYNOPSIS 4.SH SYNOPSIS
5.B dmenu 5.B dmenu
6.RB [ \-b ] 6.RB [ \-bfiv ]
7.RB [ \-f ]
8.RB [ \-i ]
9.RB [ \-l 7.RB [ \-l
10.IR lines ] 8.IR lines ]
11.RB [ \-m 9.RB [ \-m
@@ -22,7 +20,6 @@ dmenu \- dynamic menu
22.IR color ] 20.IR color ]
23.RB [ \-sf 21.RB [ \-sf
24.IR color ] 22.IR color ]
25.RB [ \-v ]
26.P 23.P
27.BR dmenu_run " ..." 24.BR dmenu_run " ..."
28.SH DESCRIPTION 25.SH DESCRIPTION
diff --git a/dmenu.c b/dmenu.c
index 3b05752..ff74369 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -600,8 +600,8 @@ setup(void)
600static void 600static void
601usage(void) 601usage(void)
602{ 602{
603 fputs("usage: dmenu [-b] [-f] [-i] [-l lines] [-p prompt] [-fn font] [-m monitor]\n" 603 fputs("usage: dmenu [-bfiv] [-l lines] [-p prompt] [-fn font] [-m monitor]\n"
604 " [-nb color] [-nf color] [-sb color] [-sf color] [-v]\n", stderr); 604 " [-nb color] [-nf color] [-sb color] [-sf color]\n", stderr);
605 exit(1); 605 exit(1);
606} 606}
607 607