mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-19 02:10:34 +01:00
Add a comment about the default value of --threads
This commit is contained in:
parent
7399558a06
commit
4ec33d064c
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue