diff options
Diffstat (limited to 'xmake/scripts/base/main.lua')
| -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." } |
