mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Fix clap default options since last update
This commit is contained in:
parent
6573194b6e
commit
04c9621c7e
1 changed files with 2 additions and 1 deletions
|
@ -143,7 +143,8 @@ fn main() {
|
|||
Arg::new("quiet")
|
||||
.long("quiet")
|
||||
.short('q')
|
||||
.help("Quiet mode: do not output anything on stdout"),
|
||||
.help("Quiet mode: do not output anything on stdout")
|
||||
.num_args(0),
|
||||
)
|
||||
.arg(
|
||||
Arg::new("format")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue