1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-02 20:45:38 +02:00

Sync documented threads cap to code.

This commit is contained in:
Daniel Luz 2017-01-08 19:06:20 -02:00 committed by Andrew Gallant
parent c4633ff187
commit 073ff35ebb
2 changed files with 2 additions and 2 deletions

View File

@ -364,7 +364,7 @@ single thread.
.TP .TP
.B \-j, \-\-threads \f[I]ARG\f[] .B \-j, \-\-threads \f[I]ARG\f[]
The number of threads to use. The number of threads to use.
0 means use the number of logical CPUs (capped at 6). 0 means use the number of logical CPUs (capped at 12).
[default: 0] [default: 0]
.RS .RS
.RE .RE

View File

@ -245,7 +245,7 @@ Project home page: https://github.com/BurntSushi/ripgrep
-j, --threads *ARG* -j, --threads *ARG*
: The number of threads to use. 0 means use the number of logical CPUs : The number of threads to use. 0 means use the number of logical CPUs
(capped at 6). [default: 0] (capped at 12). [default: 0]
--version --version
: Show the version number of ripgrep and exit. : Show the version number of ripgrep and exit.