We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--threads
1 parent d9a45be commit e4a9df7Copy full SHA for e4a9df7
1 file changed
src/main.rs
@@ -283,7 +283,7 @@ fn define_cli<'a>() -> ArgMatches<'a> {
283
.arg(
284
Arg::with_name("num_threads")
285
.required(true)
286
- .long("num_threads")
+ .long("threads")
287
.help(&format!("Maximum number of threads. If 0 or unspecified, {} will select the number of threads automatically.", CRATE_NAME))
288
.takes_value(true)
289
.default_value("0")
0 commit comments