mirror of
https://github.com/Skallwar/suckit.git
synced 2026-09-10 07:16:19 -04:00
Update src/args.rs
This commit is contained in:
parent
218861d7ff
commit
478860b072
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue