diff --git a/src/opts.rs b/src/opts.rs index 331eae3..d478552 100644 --- a/src/opts.rs +++ b/src/opts.rs @@ -30,7 +30,7 @@ pub struct Opts { pub hidden: bool, /// Silences output - #[arg(short = 'Q', long)] + #[arg(short = 'q', long)] pub quiet: bool, /// Ignores files matched by git's ignore files