mirror of
https://github.com/junegunn/fzf
synced 2024-11-10 13:10:44 +00:00
Hide --toggle-sort from --help output
Since the same can be now achieved with --bind KEY:toggle-sort
This commit is contained in:
parent
3492c8b780
commit
c0d3faa84f
@ -41,7 +41,6 @@ const usage = `usage: fzf [options]
|
|||||||
--no-hscroll Disable horizontal scroll
|
--no-hscroll Disable horizontal scroll
|
||||||
--inline-info Display finder info inline with the query
|
--inline-info Display finder info inline with the query
|
||||||
--prompt=STR Input prompt (default: '> ')
|
--prompt=STR Input prompt (default: '> ')
|
||||||
--toggle-sort=KEY Key to toggle sort
|
|
||||||
--bind=KEYBINDS Custom key bindings. Refer to the man page.
|
--bind=KEYBINDS Custom key bindings. Refer to the man page.
|
||||||
--history=FILE History file
|
--history=FILE History file
|
||||||
--history-size=N Maximum number of history entries (default: 1000)
|
--history-size=N Maximum number of history entries (default: 1000)
|
||||||
|
Loading…
Reference in New Issue
Block a user