summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-06-21 17:40:36 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-06-21 17:40:36 +0900
commita336494f5d8894f07c6d0297d408d59cd9185565 (patch)
tree7fa90306f773e3d90cb5b5f3aa12d6c9b6996689 /src
parent8270f7f0cadf14c76feaadfb4068ccdf599a25e8 (diff)
downloadfzf-a336494f5d8894f07c6d0297d408d59cd9185565.tar.gz
0.10.0
Diffstat (limited to 'src')
-rw-r--r--src/constants.go2
-rw-r--r--src/options.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.go b/src/constants.go
index 87ba0f82..73ba451e 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- Version = "0.9.13"
+ Version = "0.10.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond
diff --git a/src/options.go b/src/options.go
index 55e0543c..4f79d33a 100644
--- a/src/options.go
+++ b/src/options.go
@@ -23,7 +23,7 @@ const usage = `usage: fzf [options]
-n, --nth=N[,..] Comma-separated list of field index expressions
for limiting search scope. Each can be a non-zero
integer or a range expression ([BEGIN]..[END])
- --with-nth=N[,..] Transform the item using index expressions for search
+ --with-nth=N[,..] Transform item using index expressions within finder
-d, --delimiter=STR Field delimiter regex for --nth (default: AWK-style)
+s, --no-sort Do not sort the result
--tac Reverse the order of the input