From b8ef2fa1fdf5d7dcd2b8d076f479bbfbad1a0738 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 20 Dec 2019 22:54:20 +0800 Subject: improve help menu --- xmake/core/base/task.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/core/base/task.lua') 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 -- cgit v1.3.1