From 9701054bc4cfac8dd38d773b4db1d0539af741dc Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 24 Nov 2023 15:02:49 -0500 Subject: [PATCH] doc: improve -r/--replace docs It looks like this was done a while ago, but it didn't get added to the CHANGELOG or connected with the corresponding issue. Fixes #2201 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1057dfcff..4a4225628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,8 @@ Bug fixes: Improve docs for `-r/--replace` syntax. * [BUG #2198](https://github.com/BurntSushi/ripgrep/issues/2198): Fix bug where `--no-ignore-dot` would not ignore `.rgignore`. +* [BUG #2201](https://github.com/BurntSushi/ripgrep/issues/2201): + Improve docs for `-r/--replace` flag. * [BUG #2288](https://github.com/BurntSushi/ripgrep/issues/2288): `-A` and `-B` now only each partially override `-C`. * [BUG #2236](https://github.com/BurntSushi/ripgrep/issues/2236):