mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
parent
b138d5740a
commit
7bb9f35d2d
@ -67,6 +67,8 @@ Bug fixes:
|
|||||||
Disable mmap searching in all non-64-bit environments.
|
Disable mmap searching in all non-64-bit environments.
|
||||||
* [BUG #1966](https://github.com/BurntSushi/ripgrep/issues/1966):
|
* [BUG #1966](https://github.com/BurntSushi/ripgrep/issues/1966):
|
||||||
Fix bug where ripgrep can panic when printing to stderr.
|
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):
|
* [BUG #2108](https://github.com/BurntSushi/ripgrep/issues/2108):
|
||||||
Improve docs for `-r/--replace` syntax.
|
Improve docs for `-r/--replace` syntax.
|
||||||
* [BUG #2198](https://github.com/BurntSushi/ripgrep/issues/2198):
|
* [BUG #2198](https://github.com/BurntSushi/ripgrep/issues/2198):
|
||||||
|
@ -5359,9 +5359,9 @@ impl Flag for Pre {
|
|||||||
fn doc_long(&self) -> &'static str {
|
fn doc_long(&self) -> &'static str {
|
||||||
r#"
|
r#"
|
||||||
For each input \fIPATH\fP, this flag causes ripgrep to search the standard
|
For each input \fIPATH\fP, this flag causes ripgrep to search the standard
|
||||||
output of \fICOMMAND\fP \fIPATH\fP instead of the contents of \fIPATH\fP. This
|
output of \fICOMMAND\fP \fIPATH\fP instead of the contents of \fIPATH\fP.
|
||||||
option expects the \fICOMMAND\fP program to either be an absolute path or to
|
This option expects the \fICOMMAND\fP program to either be a path or to be
|
||||||
be available in your \fBPATH\fP. Either an empty string \fICOMMAND\fP or the
|
available in your \fBPATH\fP. Either an empty string \fICOMMAND\fP or the
|
||||||
\fB\-\-no\-pre\fP flag will disable this behavior.
|
\fB\-\-no\-pre\fP flag will disable this behavior.
|
||||||
.sp
|
.sp
|
||||||
.TP 12
|
.TP 12
|
||||||
|
Loading…
x
Reference in New Issue
Block a user