From 349939ed0b9a26b6bebea844f0d7cf003933454a Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 1 Aug 2024 11:46:18 +0200 Subject: [PATCH] unify usage --- usr/lib/archboot/repository.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/lib/archboot/repository.sh b/usr/lib/archboot/repository.sh index 4e9a4cdfd..9321db281 100644 --- a/usr/lib/archboot/repository.sh +++ b/usr/lib/archboot/repository.sh @@ -5,11 +5,11 @@ _GPG_KEY="/usr/share/archboot/gpg/tpowa.gpg" _usage () { - echo "CREATE ARCHBOOT REPOSITORY" - echo "--------------------------" + echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create Repository\e[m" + echo -e "\e[1m----------------------------\e[m" echo "This will create an archboot repository for an archboot image." echo "" - echo "usage: ${_BASENAME} " + echo -e "Usage: \e[1m${_BASENAME} \e[m" exit 0 }