From 640e807fdd4ff05534d784f6d706e0c990e63c6e Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 22 Oct 2020 23:58:20 +0800 Subject: improve xrepo logo --- xmake/modules/private/xrepo/main.lua | 6 +++--- 1 file 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 ]] -- cgit v1.3.1