From 073ff35ebb6877e23bf3effe3710e695184a1671 Mon Sep 17 00:00:00 2001 From: Daniel Luz Date: Sun, 8 Jan 2017 19:06:20 -0200 Subject: [PATCH] Sync documented threads cap to code. --- doc/rg.1 | 2 +- doc/rg.1.md | 2 +- 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.