summaryrefslogtreecommitdiff
path: root/xmake/core/base/task.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/base/task.lua')
-rw-r--r--xmake/core/base/task.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/task.lua b/xmake/core/base/task.lua
index 6d6651986..03b87982d 100644
--- a/xmake/core/base/task.lua
+++ b/xmake/core/base/task.lua
@@ -148,7 +148,7 @@ function task._translate_menu(menu)
, " 1. The Given Command Argument"
, " 2. The Envirnoment Variable: XMAKE_PROJECT_DIR"
, " 3. The Current Directory" })
- table.insert(options, 13, {})
+ table.insert(options, 13, {category = "action"})
menu._common_options = true
end
end