From 2d5c80e6422d2a384a88c6adb0dfa98984ba7893 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 26 Jan 2018 23:49:52 +0800 Subject: fix print help bug --- xmake/core/base/option.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua index 565866514..c4c2cbbac 100644 --- a/xmake/core/base/option.lua +++ b/xmake/core/base/option.lua @@ -825,7 +825,7 @@ function option.show_menu(task) -- print title if menu.title then - print(menu.title) + print(colors.translate(menu.title)) end -- print copyright @@ -864,7 +864,7 @@ function option.show_main() -- print title if menu.title then - print(menu.title) + print(colors.translate(menu.title)) end -- print copyright -- cgit v1.3.1