mirror of
https://github.com/edu4rdshl/fhc.git
synced 2026-07-17 23:24:50 +00:00
Clarify options defaults.
This commit is contained in:
parent
e1ecd57557
commit
79dc570295
1 changed files with 2 additions and 2 deletions
|
|
@ -20,13 +20,13 @@ 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")
|
||||
.long("timeout")
|
||||
.takes_value(true)
|
||||
.help("Timeout in seconds. Default: 1"),
|
||||
.help("Timeout in seconds. Default: 2"),
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("user-agent")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue