Skip to content

Commit

Permalink
doc: fix typo in --engine flag docs
Browse files Browse the repository at this point in the history
Fixes #1862
  • Loading branch information
xalexalex authored May 8, 2021
1 parent 3f4c418 commit 2af7724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2af7724

Please sign in to comment.