Update src/args.rs

This commit is contained in:
Esteban Blanc 2020-04-18 15:29:20 +02:00 committed by GitHub
parent 218861d7ff
commit 478860b072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ pub struct Args {
#[structopt(short, long, default_value = "20")]
pub tries: usize,
#[structopt(short, long, defautl_value = "true")]
#[structopt(short, long, default_value = "true")]
pub quiet: bool,
}