diff options
| author | ruki <[email protected]> | 2019-12-20 22:54:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-12-20 11:26:04 +0800 |
| commit | b8ef2fa1fdf5d7dcd2b8d076f479bbfbad1a0738 (patch) | |
| tree | 11ba3859f3356423249f50a2fde4b4460bd6214e /xmake/core/base/task.lua | |
| parent | 4ce400a33c26c4d59e76ccb5dc321fe6dabc60f7 (diff) | |
improve help menu
Diffstat (limited to 'xmake/core/base/task.lua')
| -rw-r--r-- | xmake/core/base/task.lua | 2 |
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 |
