summaryrefslogtreecommitdiff
path: root/dmenu.1
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-18 09:59:37 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-18 09:59:37 -0400
commit96608c36b59b6fa1803d2e32cfbab73c8b73f46d (patch)
tree7a71e603a232e33f3036eb6c51fcf2b26d4cd775 /dmenu.1
parentef9e3d24391cd1f324aedb16ff5745051f3710f0 (diff)
-r to restrict input to actual options
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.15
1 files changed, 4 insertions, 1 deletions
diff --git a/dmenu.1 b/dmenu.1
index 762f707..4c87074 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -3,7 +3,7 @@
dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
-.RB [ \-bfivP ]
+.RB [ \-bfirvP ]
.RB [ \-l
.IR lines ]
.RB [ \-m
@@ -50,6 +50,9 @@ dmenu matches menu items case insensitively.
.B \-P
dmenu will not directly display the keyboard input, but instead replace it with dots. All data from stdin will be ignored.
.TP
+.B \-r
+dmenu will reject any input which would result in no matching option left.
+.TP
.BI \-l " lines"
dmenu lists items vertically, with the given number of lines.
.TP