Add a comment about the default value of --threads

This commit is contained in:
Antti Keränen 2017-10-03 20:39:48 +03:00 committed by David Peter
parent 7399558a06
commit 4ec33d064c
1 changed files with 2 additions and 1 deletions

View File

@ -419,7 +419,8 @@ fn main() {
.long("threads")
.short("j")
.takes_value(true)
.help("Set number of threads to use for searching"))
.help("Set number of threads to use for searching\n\
(default: number of available CPU cores)"))
.arg(Arg::with_name("max-buffer-time")
.long("max-buffer-time")
.takes_value(true)