Update README (--phony -> --disabled) (#2404)

This commit is contained in:
Philipp Schmitt 2021-03-25 12:36:01 +01:00 committed by GitHub
parent f84b3de24b
commit 2048fd4042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -572,8 +572,8 @@ FZF_DEFAULT_COMMAND='find . -type f' \
The following example uses fzf as the selector interface for ripgrep. We bound The following example uses fzf as the selector interface for ripgrep. We bound
`reload` action to `change` event, so every time you type on fzf, the ripgrep `reload` action to `change` event, so every time you type on fzf, the ripgrep
process will restart with the updated query string denoted by the placeholder process will restart with the updated query string denoted by the placeholder
expression `{q}`. Also, note that we used `--phony` option so that fzf doesn't expression `{q}`. Also, note that we used `--disabled` option so that fzf
perform any secondary filtering. doesn't perform any secondary filtering.
```sh ```sh
INITIAL_QUERY="" INITIAL_QUERY=""