mirror of
https://github.com/edu4rdshl/rusolver.git
synced 2026-07-17 23:24:55 +00:00
Adjust informational message.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
b1b70ae48c
commit
91654a4898
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
.short("t")
|
.short("t")
|
||||||
.long("threads")
|
.long("threads")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.help("Number of threads. Default: 500"),
|
.help("Number of threads. Default: 100"),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("timeout")
|
Arg::with_name("timeout")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue