Skip to content

Commit e4a9df7

Browse files
committed
Use --threads for workers, too
1 parent d9a45be commit e4a9df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ fn define_cli<'a>() -> ArgMatches<'a> {
283283
.arg(
284284
Arg::with_name("num_threads")
285285
.required(true)
286-
.long("num_threads")
286+
.long("threads")
287287
.help(&format!("Maximum number of threads. If 0 or unspecified, {} will select the number of threads automatically.", CRATE_NAME))
288288
.takes_value(true)
289289
.default_value("0")

0 commit comments

Comments
 (0)