doc: clarify that --pre can accept any kind of path

Fixes #2046
This commit is contained in:
Andrew Gallant
2023-11-25 09:13:14 -05:00
parent b138d5740a
commit 7bb9f35d2d
2 changed files with 5 additions and 3 deletions

View File

@@ -67,6 +67,8 @@ Bug fixes:
Disable mmap searching in all non-64-bit environments.
* [BUG #1966](https://github.com/BurntSushi/ripgrep/issues/1966):
Fix bug where ripgrep can panic when printing to stderr.
* [BUG #2046](https://github.com/BurntSushi/ripgrep/issues/2046):
Clarify that `--pre` can accept any kind of path in the documentation.
* [BUG #2108](https://github.com/BurntSushi/ripgrep/issues/2108):
Improve docs for `-r/--replace` syntax.
* [BUG #2198](https://github.com/BurntSushi/ripgrep/issues/2198):