flag: q instead of Q

Co-authored-by: João Marcos Bezerra <marcospb19@hotmail.com>
This commit is contained in:
afm 2022-12-18 23:32:12 -03:00 committed by GitHub
parent 0ceb84d5cf
commit 71026287a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ pub struct Opts {
pub hidden: bool, pub hidden: bool,
/// Silences output /// Silences output
#[arg(short = 'Q', long)] #[arg(short = 'q', long)]
pub quiet: bool, pub quiet: bool,
/// Ignores files matched by git's ignore files /// Ignores files matched by git's ignore files