diff options
| author | ruki <[email protected]> | 2016-02-24 21:09:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-24 21:09:46 +0800 |
| commit | ac6323f24c35b446c1f550378c19aad9b6a6940f (patch) | |
| tree | f1a8eb0939970df62c8ad12c930b911a1e352087 /xmake/core/tasks | |
| parent | 00958c7b39c53a7e597ff6705ae9b1e2baeece4b (diff) | |
show submenu for task
Diffstat (limited to 'xmake/core/tasks')
| -rwxr-xr-x | xmake/core/tasks/build.lua | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xmake/core/tasks/build.lua b/xmake/core/tasks/build.lua index 7c18028d3..abe643e93 100755 --- a/xmake/core/tasks/build.lua +++ b/xmake/core/tasks/build.lua @@ -7,13 +7,10 @@ task("build") -- set menu set_task_menu({ -- usage - usage = "xmake [action] [options] [target]" + usage = "xmake [task] [options] [target]" -- description - , description = "Build the project if no given action." - - -- actions - -- , actions = function () return task.menu(true) end + , description = "Build the project if no given tasks." -- options , options = |
