summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-19 13:14:29 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-19 23:45:23 +0100
commit0fb9916d6734dbea4cb55b6d42923468aee45a40 (patch)
tree88bb40cc17d8381e5c901d41ee0b8143404cec3a
parentc53c3e9f3d08478a391bfa1989772378609af693 (diff)
Remove -j4 from suggested build copmmand.
-rw-r--r--doc/mainpage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mainpage.txt b/doc/mainpage.txt
index 81f8a6ee2..ec1e6ed2d 100644
--- a/doc/mainpage.txt
+++ b/doc/mainpage.txt
@@ -18,7 +18,7 @@
* It is build with `waf`, using something like \code
*
* ./waf configure --enable-debug --prefix=/opt
- * ./waf -j4
+ * ./waf
* sudo ./waf install
*
* \endcode