Clarify statement about number of threads for parallell execution

This commit is contained in:
David Peter 2019-06-17 19:25:16 +02:00 committed by GitHub
parent 1daa454615
commit 630749f706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ fd -e flac -x ffmpeg -i {} -c:a libopus {.}.opus
fd -x wc -l \; -e rs
```
The number of jobs in the job pool is set with the `-j` option.
The number of threads used for command execution can be set with the `--threads`/`-j` option.
## Installation