1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-24 13:56:47 +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
.B \-j, \-\-threads \f[I]ARG\f[]
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]
.RS
.RE

View File

@ -245,7 +245,7 @@ Project home page: https://github.com/BurntSushi/ripgrep
-j, --threads *ARG*
: 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
: Show the version number of ripgrep and exit.