diff --git a/benches/05_ripgrep.rs b/benches/05_ripgrep.rs index 48c0819bd24..7db1552550b 100644 --- a/benches/05_ripgrep.rs +++ b/benches/05_ripgrep.rs @@ -43,7 +43,7 @@ fn parse_complex(b: &mut Bencher) { app_short().get_matches_from(vec!["rg", "pat", "-cFlN", - "-pqr", + "-pqr=some", "--null", "--no-filename", "--no-messages",