summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-06-19 01:06:56 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-06-19 01:06:56 +0900
commitc0d3faa84f24baa55fbb874080fc49f534941702 (patch)
tree67789a779bfdda9e6f1893c0ede52648bf38b445
parent3492c8b780e3082946903d4b8e7b566e2c3e662c (diff)
Hide --toggle-sort from --help output
Since the same can be now achieved with --bind KEY:toggle-sort
-rw-r--r--src/options.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options.go b/src/options.go
index de3f18e3..4fa7cc8f 100644
--- a/src/options.go
+++ b/src/options.go
@@ -41,7 +41,6 @@ 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.
--history=FILE History file
--history-size=N Maximum number of history entries (default: 1000)