aboutsummaryrefslogtreecommitdiff
path: root/doc/build-openbsd.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-openbsd.md
parenteb9a1fe03779bf05062b70f14190cb23ff42b46f (diff)
downloadbitcoin-07bc22ef105dee3c6c465a3ef31e52fd198e786d.tar.xz
docs: improve make with parallel jobs description.
Diffstat (limited to 'doc/build-openbsd.md')
-rw-r--r--doc/build-openbsd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md
index dccd7b1335..613aea438f 100644
--- a/doc/build-openbsd.md
+++ b/doc/build-openbsd.md
@@ -90,7 +90,7 @@ To configure with GUI:
Build and run the tests:
```bash
-gmake # use -jX here for parallelism
+gmake # use "-j N" here for N parallel jobs
gmake check
```