summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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