[hackers] [dmenu] dmenu.1: group single options || Quentin Rameau

From: <git_AT_suckless.org>
Date: Fri, 14 Oct 2016 15:34:10 +0200 (CEST)

commit a97f550aa7b81d2add1d2a99e594c038da01fc19
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Sat Oct 8 14:42:53 2016 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Fri Oct 14 15:26:34 2016 +0200

    dmenu.1: group single options

diff --git a/dmenu.1 b/dmenu.1
index f0e3bd7..8bbd79d 100644
--- a/dmenu.1
+++ b/dmenu.1
_AT_@ -3,9 +3,7 @@
 dmenu \- dynamic menu
 .SH SYNOPSIS
 .B dmenu
-.RB [ \-b ]
-.RB [ \-f ]
-.RB [ \-i ]
+.RB [ \-bfiv ]
 .RB [ \-l
 .IR lines ]
 .RB [ \-m
_AT_@ -22,7 +20,6 @@ dmenu \- dynamic menu
 .IR color ]
 .RB [ \-sf
 .IR color ]
-.RB [ \-v ]
 .P
 .BR dmenu_run " ..."
 .SH DESCRIPTION
diff --git a/dmenu.c b/dmenu.c
index 3b05752..ff74369 100644
--- a/dmenu.c
+++ b/dmenu.c
_AT_@ -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);
 }
 
Received on Fri Oct 14 2016 - 15:34:10 CEST

This archive was generated by hypermail 2.3.0 : Fri Oct 14 2016 - 15:36:19 CEST