summaryrefslogtreecommitdiff
path: root/xmake/scripts/base/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-01-06 10:21:39 +0800
committerruki <[email protected]>2016-01-06 10:21:39 +0800
commitb883a25c05116468adcc9e6d6c4cd69afb28e253 (patch)
tree55fa10b35410c715ed788427800b9edeafa5dec3 /xmake/scripts/base/main.lua
parent0a77bcb2dd1ea4e6ade9b95befc3a2f008702c79 (diff)
add --jobs arguments
Diffstat (limited to 'xmake/scripts/base/main.lua')
-rw-r--r--xmake/scripts/base/main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/base/main.lua b/xmake/scripts/base/main.lua
index 8e3773f82..5c7c2d188 100644
--- a/xmake/scripts/base/main.lua
+++ b/xmake/scripts/base/main.lua
@@ -68,6 +68,7 @@ local menu =
, {}
+ , {'j', "jobs", "kv", "4", "Specifies the number of jobs to build simultaneously" }
, {'v', "verbose", "k", nil, "Print lots of verbose information." }
, {nil, "version", "k", nil, "Print the version number and exit." }
, {'h', "help", "k", nil, "Print this help message and exit." }