summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-07-21 17:53:55 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-07-21 17:53:55 -0400
commit090216cf002a579c987df76125fcdcb97478d48e (patch)
tree118449a5cb1f4657186fc504c68c9348d6d318ea
parentc96a3585935f8fb064fd40828447ba862f86ff5b (diff)
ripgrep: reformat --pre warning
-rw-r--r--src/app.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/app.rs b/src/app.rs
index 6344f530..10e524b8 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -1473,9 +1473,10 @@ contents of FILE. This option expects the COMMAND program to either be an
absolute path or to be available in your PATH. An empty string COMMAND
deactivates this feature.
-WARNING: When this flag is set, ripgrep will unconditionally spawn a process
-for every file that is searched. Therefore, this can incur a large performance
-penalty if you don't otherwise need the flexibility offered by this flag.
+ WARNING: When this flag is set, ripgrep will unconditionally spawn a
+ process for every file that is searched. Therefore, this can incur an
+ unnecessarily large performance penalty if you don't otherwise need the
+ flexibility offered by this flag.
A preprocessor is not run when ripgrep is searching stdin.