summaryrefslogtreecommitdiff
path: root/xmake/scripts/base/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-01-06 10:30:29 +0800
committerruki <[email protected]>2016-01-06 10:30:29 +0800
commitf48c844dd7fae8070fc5f8d4975ca570293eae3a (patch)
tree66e0515d3ca84af9fffce7d74834ec06eaebc277 /xmake/scripts/base/main.lua
parentb883a25c05116468adcc9e6d6c4cd69afb28e253 (diff)
fix jobs argument
Diffstat (limited to 'xmake/scripts/base/main.lua')
-rw-r--r--xmake/scripts/base/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/base/main.lua b/xmake/scripts/base/main.lua
index 5c7c2d188..470815701 100644
--- a/xmake/scripts/base/main.lua
+++ b/xmake/scripts/base/main.lua
@@ -68,7 +68,7 @@ local menu =
, {}
- , {'j', "jobs", "kv", "4", "Specifies the number of jobs to build simultaneously" }
+ , {'j', "jobs", "kv", nil, "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." }