From 3cdf71801e5abebeadce43a25eac461c033e8ede Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 21 May 2015 01:51:24 +0900 Subject: Update --help --- src/options.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/options.go b/src/options.go index d0014a7b..97efaa7c 100644 --- a/src/options.go +++ b/src/options.go @@ -42,6 +42,8 @@ const usage = `usage: fzf [options] --no-hscroll Disable horizontal scroll --inline-info Display finder info inline with the query --prompt=STR Input prompt (default: '> ') + --toggle-sort=KEY Key to toggle sort + --bind=KEYBINDS Custom key bindings. Refer to the man page. Scripting -q, --query=STR Start the finder with the given query @@ -50,8 +52,6 @@ const usage = `usage: fzf [options] -f, --filter=STR Filter mode. Do not start interactive finder. --print-query Print query as the first line --expect=KEYS Comma-separated list of keys to complete fzf - --toggle-sort=KEY Key to toggle sort - --bind=KEYBINDS Custom key bindings. Refer to the man page. --sync Synchronous search for multi-staged filtering Environment variables -- cgit v1.2.3