1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-24 17:12:16 +02:00

doc: fix typo in help description

PR #1536
This commit is contained in:
Marius Schulz 2020-03-30 22:31:16 +01:00 committed by GitHub
parent 5b6ca04e39
commit 3d6a58faff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2313,7 +2313,7 @@ This flag can be disabled with --no-one-file-system.
} }
fn flag_only_matching(args: &mut Vec<RGArg>) { fn flag_only_matching(args: &mut Vec<RGArg>) {
const SHORT: &str = "Print only matches parts of a line."; const SHORT: &str = "Print only matched parts of a line.";
const LONG: &str = long!( const LONG: &str = long!(
"\ "\
Print only the matched (non-empty) parts of a matching line, with each such Print only the matched (non-empty) parts of a matching line, with each such