Skip to content
Snippets Groups Projects
Commit 1825a73e authored by Junegunn Choi's avatar Junegunn Choi
Browse files

"Extended-search mode"

parent 30d49745
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ Usage
usage: fzf [options]
-m, --multi Enable multi-select
-x, --extended Extended-search mode
-s, --sort=MAX Maximum number of matched items to sort. Default: 500
+s, --no-sort Do not sort the result. Keep the sequence unchanged.
+i Case-sensitive match
......
......@@ -110,7 +110,7 @@ class FZF
$stderr.puts %[usage: fzf [options]
-m, --multi Enable multi-select
-x, --extended Extended mode
-x, --extended Extended-search mode
-s, --sort=MAX Maximum number of matched items to sort. Default: 500.
+s, --no-sort Do not sort the result. Keep the sequence unchanged.
+i Case-sensitive match
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment