summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-26 13:45:02 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-26 13:45:02 -0500
commitafb89bcdadf85d9c721739d004552ed3c8a9afa0 (patch)
treee3cd8b83af0c725d257a6fb53826925e33a089c3
parent332dc56372f6b1ad017b1f0d7c6a9c673757cb04 (diff)
fmt: shorten --ignore-file-case-insensitive description
-rw-r--r--src/app.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/app.rs b/src/app.rs
index 989e6dcb..59fd6f23 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -1212,8 +1212,7 @@ directly on the command line, then used -g instead.
}
fn flag_ignore_file_case_insensitive(args: &mut Vec<RGArg>) {
- const SHORT: &str =
- "Process ignore files (.gitignore, .ignore, etc.) case insensitively.";
+ const SHORT: &str = "Process ignore files case insensitively.";
const LONG: &str = long!("\
Process ignore files (.gitignore, .ignore, etc.) case insensitively. Note that
this comes with a performance penalty and is most useful on case insensitive