summaryrefslogtreecommitdiffstats
path: root/buildtool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtool.cpp')
-rw-r--r--buildtool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtool.cpp b/buildtool.cpp
index 7e98660cf..46c4c91ae 100644
--- a/buildtool.cpp
+++ b/buildtool.cpp
@@ -10312,6 +10312,7 @@ static void usage(int argc, char **argv)
printf(" -file <file> use given buildfile\n");
printf(" -f <file> ''\n");
printf(" -D<property>=<value> use value for given property\n");
+ printf(" -j [N] build using N threads or infinite number of threads if no argument\n");
}