From a336494f5d8894f07c6d0297d408d59cd9185565 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 21 Jun 2015 17:40:36 +0900 Subject: 0.10.0 --- src/constants.go | 2 +- src/options.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3