updated man page
[dmenu.git] / dmenu.1
diff --git a/dmenu.1 b/dmenu.1
index da69047..354a75e 100644 (file)
--- a/dmenu.1
+++ b/dmenu.1
@@ -4,8 +4,6 @@ dmenu \- dynamic menu
 .SH SYNOPSIS
 .B dmenu
 .RB [ \-v ]
-.RB [ \-t
-.IR title ]
 .SH DESCRIPTION
 .SS Overview
 .B dmenu
@@ -17,11 +15,6 @@ It supports arbitrary, user defined menu contents.
 .TP
 .B \-v
 prints version information to stdout, then exits.
-.TP
-.BI \-t " title"
-displays
-.I title
-above the menu.
 .SS Usage
 .B dmenu
 reads a list of newline-separated items from stdin and creates a menu.
@@ -64,5 +57,9 @@ returns
 if Enter is pressed on termination,
 .B 1
 if Escape is pressed.
+.SH CUSTOMIZATION
+.B dmenu
+is customized by creating a custom config.h and (re)compiling the source
+code. This keeps it fast, secure and simple.
 .SH SEE ALSO
 .BR dwm (1)