From 2af77242c5b5186ea5ad6d05fa9aaef3d93c1603 Mon Sep 17 00:00:00 2001 From: Alessandro Caputo Date: Sat, 8 May 2021 21:35:44 +0200 Subject: [PATCH] doc: fix typo in --engine flag docs Fixes #1862 --- crates/core/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/app.rs b/crates/core/app.rs index e2688ceb..50215837 100644 --- a/crates/core/app.rs +++ b/crates/core/app.rs @@ -1209,7 +1209,7 @@ between supported regex engines depending on the features used in a pattern on a best effort basis. Note that the 'pcre2' engine is an optional ripgrep feature. If PCRE2 wasn't -including in your build of ripgrep, then using this flag will result in ripgrep +included in your build of ripgrep, then using this flag will result in ripgrep printing an error message and exiting. This overrides previous uses of --pcre2 and --auto-hybrid-regex flags.