Skip to content

Commit 71d71d2

Browse files
authored
doc: refer to correct flag name for --engine=auto
PR #2850
1 parent c9ebcbd commit 71d71d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ generally speaking):
138138
backreferences in your patterns, which are not supported in ripgrep's default
139139
regex engine. PCRE2 support can be enabled with `-P/--pcre2` (use PCRE2
140140
always) or `--auto-hybrid-regex` (use PCRE2 only if needed). An alternative
141-
syntax is provided via the `--engine (default|pcre2|auto-hybrid)` option.
141+
syntax is provided via the `--engine (default|pcre2|auto)` option.
142142
* ripgrep has [rudimentary support for replacements](GUIDE.md#replacements),
143143
which permit rewriting output based on what was matched.
144144
* ripgrep supports [searching files in text encodings](GUIDE.md#file-encoding)

0 commit comments

Comments
 (0)