diff --git a/crates/core/app.rs b/crates/core/app.rs index 1c1db3f1..8eec24c3 100644 --- a/crates/core/app.rs +++ b/crates/core/app.rs @@ -2313,7 +2313,7 @@ This flag can be disabled with --no-one-file-system. } fn flag_only_matching(args: &mut Vec) { - const SHORT: &str = "Print only matches parts of a line."; + const SHORT: &str = "Print only matched parts of a line."; const LONG: &str = long!( "\ Print only the matched (non-empty) parts of a matching line, with each such