diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-05-21 01:51:24 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-05-21 01:51:24 +0900 |
| commit | 3cdf71801e5abebeadce43a25eac461c033e8ede (patch) | |
| tree | 5097d2548c964885f40077ab315bbac4ef8c3105 /src | |
| parent | 801cf9ac6241dc4a01a5f4ba87fcc9746c15a20e (diff) | |
| download | fzf-3cdf71801e5abebeadce43a25eac461c033e8ede.tar.gz | |
Update --help
Diffstat (limited to 'src')
| -rw-r--r-- | src/options.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
