summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-04-25 21:05:01 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2012-04-25 21:05:01 +0000
commitf2b33ba4eac28a39c92c065c704f70eac372d79e (patch)
tree9d774379abdd2e745f77243f8ee370d8fdef7ea0
parentIssue with my last commit (diff)
downloadinkscape-f2b33ba4eac28a39c92c065c704f70eac372d79e.tar.gz
inkscape-f2b33ba4eac28a39c92c065c704f70eac372d79e.zip
buildtool: update help message
(bzr r11294)
-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");
}