diff options
| author | ruki <[email protected]> | 2016-01-06 10:30:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-01-06 10:30:29 +0800 |
| commit | f48c844dd7fae8070fc5f8d4975ca570293eae3a (patch) | |
| tree | 66e0515d3ca84af9fffce7d74834ec06eaebc277 | |
| parent | b883a25c05116468adcc9e6d6c4cd69afb28e253 (diff) | |
fix jobs argument
| -rw-r--r-- | xmake/scripts/base/main.lua | 2 |
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." } |
