diff --git a/src/masscanned.rs b/src/masscanned.rs index 189b756..59651b0 100644 --- a/src/masscanned.rs +++ b/src/masscanned.rs @@ -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")