aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorKlement Tan <klementtan@gmail.com>2021-05-13 20:15:59 +0800
committerKlement Tan <klementtan@gmail.com>2021-05-14 08:45:27 +0800
commit07bc22ef105dee3c6c465a3ef31e52fd198e786d (patch)
treeeb57468d7d98bd9f707dabe304263e5816064309 /doc/build-osx.md
parenteb9a1fe03779bf05062b70f14190cb23ff42b46f (diff)
downloadbitcoin-07bc22ef105dee3c6c465a3ef31e52fd198e786d.tar.xz
docs: improve make with parallel jobs description.
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 16c6da66d5..ab298f5f2c 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -270,7 +270,7 @@ After configuration, you are ready to compile.
Run the following in your terminal to compile Bitcoin Core:
``` bash
-make -jx # use -jX here for parallelism
+make # use "-j N" here for N parallel jobs
make check # Run tests if Python 3 is available
```