summaryrefslogtreecommitdiffstats
path: root/doc/test_xr.txt
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2018-06-13 11:57:23 +0200
committerGitHub <noreply@github.com>2018-06-13 11:57:23 +0200
commitbdb6abef4a2b3cd3c02443038f43af74fd1bc987 (patch)
tree87bdccfad5df3647003c9b10cf094b0fe9293ddb /doc/test_xr.txt
parent9909fb3d7108c2cea200848d3e2a766f46be2f3b (diff)
Sorting cleanup (#816)
* Add `-sorting-method` option remove weird -sort-levenshtein. * Fix test for updated cmdline options. * Update manpage
Diffstat (limited to 'doc/test_xr.txt')
-rw-r--r--doc/test_xr.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/test_xr.txt b/doc/test_xr.txt
index 3c0ee77c..2b3bd585 100644
--- a/doc/test_xr.txt
+++ b/doc/test_xr.txt
@@ -46,8 +46,8 @@ rofi.window-command: xkill -id {window}
rofi.disable-history: false
! "Use sorting" Set from: Default
! rofi.sort: false
-! "Use levenshtein sorting also for fuzzy matching" Set from: File
-rofi.levenshtein-sort: false
+! "Choose the strategy used for sorting: normal (levenshtein) or fzf." Set from: Default
+! rofi.sorting-method:
! "Set case-sensitivity" Set from: File
rofi.case-sensitive: false
! "Cycle through the results list" Set from: File