Adjust informational message.

Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
Edu4rdSHL 2021-05-10 02:51:03 -05:00
parent b1b70ae48c
commit 91654a4898
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5

View file

@ -27,7 +27,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.short("t")
.long("threads")
.takes_value(true)
.help("Number of threads. Default: 500"),
.help("Number of threads. Default: 100"),
)
.arg(
Arg::with_name("timeout")