From f48c844dd7fae8070fc5f8d4975ca570293eae3a Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 6 Jan 2016 10:30:29 +0800 Subject: fix jobs argument --- xmake/scripts/base/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/scripts/base/main.lua') 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." } -- cgit v1.3.1