From afb89bcdadf85d9c721739d004552ed3c8a9afa0 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 26 Jan 2019 13:45:02 -0500 Subject: [PATCH] fmt: shorten --ignore-file-case-insensitive description --- src/app.rs | 3 +-- 1 file changed, 1 insertion(+), 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) { - 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