summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/main.lua4
1 files 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