From 0e52da72b2d57eb85d228ef277498e8d49036c64 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 1 Aug 2024 17:54:50 +0200 Subject: [PATCH] fix missing - --- usr/bin/archboot-detect-vconsole.sh | 2 +- usr/lib/archboot/iso.sh | 2 +- usr/lib/archboot/release.sh | 4 ++-- usr/lib/archboot/server.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/usr/bin/archboot-detect-vconsole.sh b/usr/bin/archboot-detect-vconsole.sh index 9bce845ee..2ad3d5f74 100755 --- a/usr/bin/archboot-detect-vconsole.sh +++ b/usr/bin/archboot-detect-vconsole.sh @@ -7,7 +7,7 @@ . /usr/lib/archboot/common.sh _usage() { echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Detect Big Screen\e[m" - echo -e "\e[1m----------------\e[m" + echo -e "\e[1m----------------------------\e[m" echo "Detect big screen on boot and change to bigger font afterwards." echo "" echo -e "Usage: \e[1m${_BASENAME} run\e[m" diff --git a/usr/lib/archboot/iso.sh b/usr/lib/archboot/iso.sh index ee425c19e..cbea2dac0 100644 --- a/usr/lib/archboot/iso.sh +++ b/usr/lib/archboot/iso.sh @@ -7,7 +7,7 @@ _ISODIR="$(mktemp -d ISODIR.XXX)" _BOOTLOADER="/usr/share/archboot/bootloader" _usage () { - echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create ${_ARCH} USB/CD Images\e[m" + echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create ${_ARCH} USB/CD Image\e[m" echo -e "\e[1m--------------------------------------\e[m" echo "This will create an archboot iso image." echo "" diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index f66309f22..080a4a821 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -17,8 +17,8 @@ _CONFIG_LOCAL="${_ARCH}-local.conf" _W_DIR="$(mktemp -u archboot-release.XXX)" _usage () { - echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create Archboot Release Image\e[m" - echo -e "\e[1m----------------------------------------\e[m" + echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create Release Images\e[m" + echo -e "\e[1m--------------------------------\e[m" echo "This will create an archboot release image in ." echo "You can specify a certain with an archboot repository." echo "" diff --git a/usr/lib/archboot/server.sh b/usr/lib/archboot/server.sh index e78fdc83a..dd194da9c 100644 --- a/usr/lib/archboot/server.sh +++ b/usr/lib/archboot/server.sh @@ -7,7 +7,7 @@ _ISO_BUILD_DIR="$(mktemp -d "${_ISO_HOME_ARCH}"/server-release.XXX)" _usage() { echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Server Release\e[m" - echo -e "\e[1m----------------\e[m" + echo -e "\e[1m-------------------------\e[m" echo "Upload new image to archboot server." echo "" echo -e "Usage: \e[1m${_BASENAME} run\e[m"