From 71d71d2d98964653cdfcfa315802f518664759d7 Mon Sep 17 00:00:00 2001 From: Naser Aleisa Date: Thu, 4 Jul 2024 14:25:13 +0300 Subject: [PATCH] doc: refer to correct flag name for --engine=auto PR #2850 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b60d89c4..bdb1d6cee 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ generally speaking): backreferences in your patterns, which are not supported in ripgrep's default regex engine. PCRE2 support can be enabled with `-P/--pcre2` (use PCRE2 always) or `--auto-hybrid-regex` (use PCRE2 only if needed). An alternative - syntax is provided via the `--engine (default|pcre2|auto-hybrid)` option. + syntax is provided via the `--engine (default|pcre2|auto)` option. * ripgrep has [rudimentary support for replacements](GUIDE.md#replacements), which permit rewriting output based on what was matched. * ripgrep supports [searching files in text encodings](GUIDE.md#file-encoding)