summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDaniel Luz <dev@mernen.com>2017-01-08 19:06:20 -0200
committerAndrew Gallant <jamslam@gmail.com>2017-01-08 17:02:57 -0500
commit073ff35ebb6877e23bf3effe3710e695184a1671 (patch)
tree77538e11c4455ccb3b787ce1ce54d85139e3ecb6 /doc
parentc4633ff187ca29ed1fb179b9ed0768461c121866 (diff)
Sync documented threads cap to code.
Diffstat (limited to 'doc')
-rw-r--r--doc/rg.12
-rw-r--r--doc/rg.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/rg.1 b/doc/rg.1
index 1f29c8f0..5c21b0d9 100644
--- a/doc/rg.1
+++ b/doc/rg.1
@@ -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
diff --git a/doc/rg.1.md b/doc/rg.1.md
index b920c0ef..3ac61851 100644
--- a/doc/rg.1.md
+++ b/doc/rg.1.md
@@ -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.