diff options
| author | ruki <[email protected]> | 2016-09-17 21:42:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-09-17 21:42:45 +0800 |
| commit | e788d5d76f6c18de62df4653f87773bbd74d806a (patch) | |
| tree | d63b741a1966fd8e8d51864bd5722d78707bcf44 /xmake/core/main.lua | |
| parent | da0bdf127155da18709d4bd1d97bbda98094510a (diff) | |
fix show version with color
Diffstat (limited to 'xmake/core/main.lua')
| -rw-r--r-- | xmake/core/main.lua | 4 |
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 |
