From 5232025420331d1c339fa1d7d645d3bd35d9d07d Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 14 Aug 2024 22:58:14 +0200 Subject: [PATCH] add more text --- usr/lib/archboot/update/update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/lib/archboot/update/update.sh b/usr/lib/archboot/update/update.sh index b76b4e807..d4c1d06ae 100644 --- a/usr/lib/archboot/update/update.sh +++ b/usr/lib/archboot/update/update.sh @@ -30,6 +30,8 @@ _graphic_options() { _usage () { echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Manage Environment:\e[m" echo -e "\e[1m------------------------------\e[m" + echo "The main tool to manage or update the Archboot Environment." + echo "" echo "Options:" echo -e " \e[1m-help\e[m This message." if [[ ! -e "${_LOCAL_DB}" || -e "/usr/bin/setup" ]]; then @@ -74,7 +76,7 @@ _usage () { echo -e " \e[1m-latest-image\e[m Generate latest image files in /archboot directory." fi fi - echo -e "Usage: \e[1m${_BASENAME} \e[m" + echo -e "Usage: \e[1m${_BASENAME}