From 71026287a331ca56831f1872ff770d4ae1cb6e00 Mon Sep 17 00:00:00 2001 From: afm Date: Sun, 18 Dec 2022 23:32:12 -0300 Subject: [PATCH] flag: q instead of Q MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Marcos Bezerra --- src/opts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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