diff options
| author | ruki <[email protected]> | 2016-07-14 08:30:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-14 08:30:08 +0800 |
| commit | e20c540cbde1694c683bbc3b8c19158bbde57985 (patch) | |
| tree | d7331ebdd2f7dc1f9efeea7f0862488ba77560fb /xmake/core/main.lua | |
| parent | 375e6543b6ababe4dd84692456e71886cb857188 (diff) | |
add colors for actions and plugins
Diffstat (limited to 'xmake/core/main.lua')
| -rw-r--r-- | xmake/core/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua index b8f12371c..654e3f564 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -40,7 +40,7 @@ local menu = title = xmake._VERSION .. ", The Make-like Build Utility based on Lua" -- copyright -, copyright = "Copyright (C) 2015-2016 Ruki Wang, tboox.org\nCopyright (C) 2005-2015 Mike Pall, luajit.org" +, copyright = "Copyright (C) 2015-2016 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}\nCopyright (C) 2005-2015 Mike Pall, ${underline}luajit.org${clear}" -- the tasks: xmake [task] , task.menu |
