summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-10-22 23:58:20 +0800
committerruki <[email protected]>2020-10-22 23:58:20 +0800
commit640e807fdd4ff05534d784f6d706e0c990e63c6e (patch)
tree6a00eb77228de80233f93e4093cea5b2e394e608
parent872afc2ba8d1f8cf1c1849ec42ea020365ec7553 (diff)
improve xrepo logo
-rw-r--r--xmake/modules/private/xrepo/main.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/modules/private/xrepo/main.lua b/xmake/modules/private/xrepo/main.lua
index 79bdd828b..d89201f62 100644
--- a/xmake/modules/private/xrepo/main.lua
+++ b/xmake/modules/private/xrepo/main.lua
@@ -35,7 +35,7 @@ local _main_options =
function _main_show_help()
-- show title
- cprint("${bright}xRepo %s, A cross-platform C/C++ package manager based on Xmake.", xmake.version())
+ cprint("${bright}xRepo %s/xmake, A cross-platform C/C++ package manager based on Xmake.", xmake.version())
-- show copyright
cprint("Copyright (C) 2015-present Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}")
@@ -44,9 +44,9 @@ function _main_show_help()
-- show logo
local logo = [[
__ ___ ___ ______ ____ _____
- \ \/ / | _ \| ____| _ \| _ |
+ \ \/ / | _ \| ____| _ \/ _ |
> < | |_) | _| | |_) | |_| |
- /_/\_\_| \___|_____|_| |_____|
+ /_/\_\_| \___|_____|_| |____/
by ruki, xmake.io
]]