From 9c16a0d665bb5f1e167ae22e7b60d5e38838b915 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 14 Aug 2024 23:18:59 +0200 Subject: [PATCH] harmonize wording --- usr/lib/archboot/bootloader.sh | 2 +- usr/lib/archboot/container.sh | 2 +- usr/lib/archboot/iso.sh | 14 +++++++------- usr/lib/archboot/qemu.sh | 2 +- usr/lib/archboot/release.sh | 2 +- usr/lib/archboot/repository.sh | 2 +- usr/lib/archboot/server.sh | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/usr/lib/archboot/bootloader.sh b/usr/lib/archboot/bootloader.sh index 16fcffeb2..c204911b9 100644 --- a/usr/lib/archboot/bootloader.sh +++ b/usr/lib/archboot/bootloader.sh @@ -15,7 +15,7 @@ _GRUB_ISO="/usr/share/archboot/grub/archboot-iso-grub.cfg" _usage() { echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Bootloader\e[m" echo -e "\e[1m---------------------\e[m" - echo "Upload bootloaders to archboot server." + echo "Upload bootloaders to an Archboot server." echo "" echo -e "Usage: \e[1m${_BASENAME} run\e[m" exit 0 diff --git a/usr/lib/archboot/container.sh b/usr/lib/archboot/container.sh index 9cd7b5384..07bae8704 100644 --- a/usr/lib/archboot/container.sh +++ b/usr/lib/archboot/container.sh @@ -6,7 +6,7 @@ _usage () { echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create Container\e[m" echo -e "\e[1m---------------------------\e[m" - echo "This will create an archboot container for an archboot image." + echo "This will create an Archboot container for an archboot image." echo echo "Options:" echo -e " \e[1m-cc\e[m Cleanup container eg. removing manpages, includes..." diff --git a/usr/lib/archboot/iso.sh b/usr/lib/archboot/iso.sh index cd1802384..cc42e8ff9 100644 --- a/usr/lib/archboot/iso.sh +++ b/usr/lib/archboot/iso.sh @@ -9,16 +9,16 @@ _BOOTLOADER="/usr/share/archboot/bootloader" _usage () { 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 "" + echo "This will create an Archboot iso image." + echo echo "Options:" - echo " -g Starting generation of image." - echo " -c=CONFIG Which CONFIG should be used." + echo -e " \e[1m-g\e[m Starting generation of image." + echo -e " \e[1m-c=CONFIG\e[m Which CONFIG should be used." echo " ${_CONFIG_DIR} includes the config files" echo " default=${_ARCH}.conf" - echo " -i=IMAGENAME Your IMAGENAME." - echo " -s Save initramfs files in current work directory" - echo "" + echo -e " \e[1m-i=IMAGENAME\e[m Your IMAGENAME." + echo -e " \e[1m-s\e[m Save initramfs files in current work directory" + echo echo -e "Usage: \e[1m${_BASENAME} \e[m" exit 0 } diff --git a/usr/lib/archboot/qemu.sh b/usr/lib/archboot/qemu.sh index a715a807a..316c75492 100644 --- a/usr/lib/archboot/qemu.sh +++ b/usr/lib/archboot/qemu.sh @@ -17,7 +17,7 @@ _ARCH_SERVERDIR="/${_PUB}/src/qemu" _usage() { echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Qemu\e[m" echo -e "\e[1m---------------\e[m" - echo "Upload qemu files to archboot server." + echo "Upload qemu files to an Archboot server." echo "" echo -e "Usage: \e[1m${_BASENAME} run\e[m" exit 0 diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index d1ace8276..44a9b9b2f 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -19,7 +19,7 @@ _W_DIR="$(mktemp -u archboot-release.XXX)" _usage () { 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 "This will create an Archboot release image in ." echo "Optional: You can specify a certain with an archboot repository." echo "" echo -e "Usage: \e[1m${_BASENAME} \e[m" diff --git a/usr/lib/archboot/repository.sh b/usr/lib/archboot/repository.sh index 9321db281..e9b2ca277 100644 --- a/usr/lib/archboot/repository.sh +++ b/usr/lib/archboot/repository.sh @@ -7,7 +7,7 @@ _GPG_KEY="/usr/share/archboot/gpg/tpowa.gpg" _usage () { 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 "This will create an Archboot repository for an archboot image." echo "" echo -e "Usage: \e[1m${_BASENAME} \e[m" exit 0 diff --git a/usr/lib/archboot/server.sh b/usr/lib/archboot/server.sh index dd194da9c..6362c96fa 100644 --- a/usr/lib/archboot/server.sh +++ b/usr/lib/archboot/server.sh @@ -8,7 +8,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 "Upload new image to archboot server." + echo "Upload new image to an Archboot server." echo "" echo -e "Usage: \e[1m${_BASENAME} run\e[m" exit 0