summaryrefslogtreecommitdiffstats
path: root/src/app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index a3c14d95..c410b5fd 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -2473,7 +2473,7 @@ ripgrep is explicitly instructed to search one file or stdin.
This flag overrides --with-filename.
");
- let arg = RGArg::switch("no-filename")
+ let arg = RGArg::switch("no-filename").short("I")
.help(NO_SHORT).long_help(NO_LONG)
.overrides("with-filename");
args.push(arg);