summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2014-07-16 08:42:42 +0200
committerDave Davenport <qball@gmpclient.org>2014-07-16 08:42:42 +0200
commitc86f28493abef40b129756d1e05f9e8638c7adbb (patch)
tree9511d42109f048ebf2a1dc8d844d65314e9b0d00 /doc
parentdaa0d16221323c7a846816ca094576829d8e2ac7 (diff)
Make levenshtein sorting its own option.
* TODO: update manpage. (no md2man on this machine)
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi-manpage.markdown6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index 6c4279e3..d1a3599b 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -14,7 +14,7 @@ SYNOPSIS
[ -terminal *terminal* ] [ -loc *position* ] [ -hmode ] [ -fixed-num-lines ] [ -padding *padding* ]
[ -opacity *opacity%* ] [ -display *display* ] [ -bc *color* ] [ -bw *width* ] [ -dmenu [ -p *prompt* ] ]
[ -ssh-set-title *true|false* ] [ -now ] [ -rnow ] [ -snow ] [ -version ] [ -help] [ -dump-xresources ]
-[ -disable-history ]
+[ -disable-history ] [ -levenshtein-sort ]
DESCRIPTION
-----------
@@ -215,6 +215,10 @@ OPTIONS
Disable history
+`-levenshtein-sort`
+
+ When searching sort the result based on levenshtein distance.
+
Switch between modi
-------------------