Skip to content

Commit

Permalink
Clarify statement about number of threads for parallell execution
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp authored Jun 17, 2019
1 parent 1daa454 commit 630749f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 630749f

Please sign in to comment.