summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Schmitt <pschmitt@users.noreply.github.com>2021-03-25 12:36:01 +0100
committerGitHub <noreply@github.com>2021-03-25 20:36:01 +0900
commit2048fd40426c3f430049218a0b9d1c1680b977ef (patch)
treeccfc23a0215226349f378185821e46200bdd09c3
parentf84b3de24b63e2e26cbfa2a24e61a4173824fffd (diff)
Update README (--phony -> --disabled) (#2404)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 71bfd6ee..292d4315 100644
--- a/README.md
+++ b/README.md
@@ -572,8 +572,8 @@ FZF_DEFAULT_COMMAND='find . -type f' \
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
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
-perform any secondary filtering.
+expression `{q}`. Also, note that we used `--disabled` option so that fzf
+doesn't perform any secondary filtering.
```sh
INITIAL_QUERY=""