summaryrefslogtreecommitdiff
path: root/xmake/core/tasks/build.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/tasks/build.lua')
-rwxr-xr-xxmake/core/tasks/build.lua7
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 =