summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-06-08 23:28:41 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-06-08 23:28:41 +0900
commit1b9b1d15bc52508a5d8421823f31150a8f77d248 (patch)
tree039429216c779dee8ec18ef7acde8f079553d5ab
parent97f433a274fa952925ccf4b1f302a77f67250b3e (diff)
Adjust --help output
-rw-r--r--src/options.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/options.go b/src/options.go
index 70d81cd2..edd6f9a3 100644
--- a/src/options.go
+++ b/src/options.go
@@ -15,7 +15,7 @@ import (
const usage = `usage: fzf [options]
- Search mode
+ Search
-x, --extended Extended-search mode
-e, --extended-exact Extended-search mode (exact match)
-i Case-insensitive match (default: smart-case match)
@@ -25,8 +25,6 @@ const usage = `usage: fzf [options]
integer or a range expression ([BEGIN]..[END])
--with-nth=N[,..] Transform the item using index expressions for search
-d, --delimiter=STR Field delimiter regex for --nth (default: AWK-style)
-
- Search result
+s, --no-sort Do not sort the result
--tac Reverse the order of the input
--tiebreak=CRI Sort criterion when the scores are tied;