From e788d5d76f6c18de62df4653f87773bbd74d806a Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 17 Sep 2016 21:42:45 +0800 Subject: fix show version with color --- xmake/core/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake/core/main.lua b/xmake/core/main.lua index 654e3f564..745e45ea0 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -64,12 +64,12 @@ function main._help() -- print title if menu.title then - print(menu.title) + utils.cprint(menu.title) end -- print copyright if menu.copyright then - print(menu.copyright) + utils.cprint(menu.copyright) end -- ok -- cgit v1.3.1