doc: mention that --stats is always implied by --json

Fixes #2337
This commit is contained in:
Andrew Gallant
2023-11-24 14:10:02 -05:00
parent 1cbcefddc9
commit e14eeb288f
2 changed files with 6 additions and 1 deletions

View File

@@ -75,6 +75,8 @@ Bug fixes:
Fix gitignore parsing bug where a trailing `\/` resulted in an error.
* [BUG #2243](https://github.com/BurntSushi/ripgrep/issues/2243):
Fix `--sort` flag for values other than `path`.
* [BUG #2337](https://github.com/BurntSushi/ripgrep/issues/2337):
Improve docs to mention that `--stats` is always implied by `--json`.
* [BUG #2381](https://github.com/BurntSushi/ripgrep/issues/2381):
Make `-p/--pretty` override flags like `--no-line-number`.
* [BUG #2392](https://github.com/BurntSushi/ripgrep/issues/2392):