From 3d6a58faffc025861a977a8c09375d96a9b1452c Mon Sep 17 00:00:00 2001 From: Marius Schulz Date: Mon, 30 Mar 2020 22:31:16 +0100 Subject: doc: fix typo in help description PR #1536 --- crates/core/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3