Restore --no-clear option in man page

Close #3411
This commit is contained in:
Junegunn Choi
2023-08-25 17:59:50 +09:00
parent 815b595d2f
commit ffd2314120
2 changed files with 16 additions and 1 deletions

View File

@@ -368,7 +368,7 @@ CHANGELOG
(sleep 2; seq 1000) | fzf --height ~50%
```
- Fixed tcell renderer used to render full-screen fzf on Windows
- `--no-clear` is deprecated. Use `reload` action instead.
- ~~`--no-clear` is deprecated. Use `reload` action instead.~~
0.33.0
------