From e6701c1d0418976a35dc31ce167dd690e3b40a62 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 1 Aug 2024 13:24:04 +0200 Subject: [PATCH] unify usage --- usr/bin/archboot-binary-check.sh | 2 +- usr/bin/archboot-not-installed.sh | 2 +- usr/bin/archboot-secureboot-keys.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/bin/archboot-binary-check.sh b/usr/bin/archboot-binary-check.sh index a962eabc6..5273c06d6 100755 --- a/usr/bin/archboot-binary-check.sh +++ b/usr/bin/archboot-binary-check.sh @@ -3,7 +3,7 @@ # created by Tobias Powalowski . /usr/lib/archboot/common.sh _usage () { - echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Check on missing binaries\e[m" + 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" diff --git a/usr/bin/archboot-not-installed.sh b/usr/bin/archboot-not-installed.sh index 24fb0a79e..476cdddcb 100755 --- a/usr/bin/archboot-not-installed.sh +++ b/usr/bin/archboot-not-installed.sh @@ -3,7 +3,7 @@ # created by Tobias Powalowski . /usr/lib/archboot/common.sh _usage () { - echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Check not installed packages\e[m" + echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Check Not Installed Packages\e[m" echo -e "\e[1m---------------------------------------\e[m" echo "Check the system for uninstalled packages with pacman." echo "" diff --git a/usr/bin/archboot-secureboot-keys.sh b/usr/bin/archboot-secureboot-keys.sh index c315df334..4f454d59b 100755 --- a/usr/bin/archboot-secureboot-keys.sh +++ b/usr/bin/archboot-secureboot-keys.sh @@ -2,7 +2,7 @@ # created by Tobias Powalowski . /usr/lib/archboot/common.sh _usage () { - echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Generate Secure Boot keys, MOK files\e[m" + echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Generate Secure Boot Keys, MOK Files\e[m" echo -e "\e[1m-----------------------------------------------\e[m" echo "This script generates all needed keys for a Secure Boot setup." echo -e "It will include the \e[1m2\e[m needed Microsoft certificates, in order"