From a976651039f008aa7e0e7ec6cfee57bfb2aea6fa Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 31 May 2016 20:18:34 +0800 Subject: impl macro plugin --- xmake/core/project/task.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/core/project/task.lua') diff --git a/xmake/core/project/task.lua b/xmake/core/project/task.lua index a50f4e6e2..76c2819f7 100644 --- a/xmake/core/project/task.lua +++ b/xmake/core/project/task.lua @@ -131,7 +131,7 @@ function task._translate_menu(menu) -- add common options table.insert(options, 1, {'v', "verbose", "k", nil, "Print lots of verbose information." }) - table.insert(options, 1, {'b', "backtrace", "k", nil, "Print backtrace information for debugging." }) + table.insert(options, 1, {nil, "backtrace", "k", nil, "Print backtrace information for debugging." }) table.insert(options, 2, {nil, "version", "k", nil, "Print the version number and exit." }) table.insert(options, 3, {'h', "help", "k", nil, "Print this help message and exit." }) table.insert(options, 4, {}) -- cgit v1.3.1