From 321fa94f94d9ab96a6f774998a0cf2c517994d00 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 1 Aug 2024 10:16:18 +0200 Subject: [PATCH] update usage --- usr/bin/archboot-binary-check.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/bin/archboot-binary-check.sh b/usr/bin/archboot-binary-check.sh index 986859f8e..a962eabc6 100755 --- a/usr/bin/archboot-binary-check.sh +++ b/usr/bin/archboot-binary-check.sh @@ -3,12 +3,12 @@ # created by Tobias Powalowski . /usr/lib/archboot/common.sh _usage () { - echo "Check on missing binaries in archboot environment" - echo "-------------------------------------------------" + echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Check on missing binaries\e[m" + echo "------------------------------------" echo "This will check binaries from package, if they exist" echo "and report missing to binary.log" echo "" - echo "usage: ${_BASENAME} " + echo -e "Usage: \e[1m\e${_BASENAME} \e[m" exit 0 } [[ -z "${1}" ]] && _usage