mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
clarify docs for --threads
This commit is contained in:
parent
4981991a6e
commit
4c3025ab1c
2
doc/rg.1
2
doc/rg.1
@ -277,7 +277,7 @@ This is overridden by either \-\-case\-sensitive or \-\-ignore\-case.
|
|||||||
.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.
|
||||||
Defaults to the number of logical CPUs (capped at 6).
|
0 means use the number of logical CPUs (capped at 6).
|
||||||
[default: 0]
|
[default: 0]
|
||||||
.RS
|
.RS
|
||||||
.RE
|
.RE
|
||||||
|
@ -180,7 +180,7 @@ the raw speed of grep.
|
|||||||
--case-sensitive or --ignore-case.
|
--case-sensitive or --ignore-case.
|
||||||
|
|
||||||
-j, --threads *ARG*
|
-j, --threads *ARG*
|
||||||
: The number of threads to use. Defaults to 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 6). [default: 0]
|
||||||
|
|
||||||
--version
|
--version
|
||||||
|
@ -182,7 +182,7 @@ Less common options:
|
|||||||
either --case-sensitive or --ignore-case.
|
either --case-sensitive or --ignore-case.
|
||||||
|
|
||||||
-j, --threads ARG
|
-j, --threads ARG
|
||||||
The number of threads to use. Defaults to 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 6). [default: 0]
|
||||||
|
|
||||||
--version
|
--version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user