mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
fmt: shorten --ignore-file-case-insensitive description
This commit is contained in:
parent
332dc56372
commit
afb89bcdad
@ -1212,8 +1212,7 @@ directly on the command line, then used -g instead.
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn flag_ignore_file_case_insensitive(args: &mut Vec<RGArg>) {
|
fn flag_ignore_file_case_insensitive(args: &mut Vec<RGArg>) {
|
||||||
const SHORT: &str =
|
const SHORT: &str = "Process ignore files case insensitively.";
|
||||||
"Process ignore files (.gitignore, .ignore, etc.) case insensitively.";
|
|
||||||
const LONG: &str = long!("\
|
const LONG: &str = long!("\
|
||||||
Process ignore files (.gitignore, .ignore, etc.) case insensitively. Note that
|
Process ignore files (.gitignore, .ignore, etc.) case insensitively. Note that
|
||||||
this comes with a performance penalty and is most useful on case insensitive
|
this comes with a performance penalty and is most useful on case insensitive
|
||||||
|
Loading…
Reference in New Issue
Block a user