harmonize wording

This commit is contained in:
Tobias Powalowski 2024-08-14 23:18:59 +02:00
parent a1b870aeb8
commit 9c16a0d665
7 changed files with 13 additions and 13 deletions

View file

@ -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

View file

@ -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..."

View file

@ -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} <options>\e[m"
exit 0
}

View file

@ -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

View file

@ -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 <directory>."
echo "This will create an Archboot release image in <directory>."
echo "Optional: You can specify a certain <server> with an archboot repository."
echo ""
echo -e "Usage: \e[1m${_BASENAME} <directory> <server>\e[m"

View file

@ -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} <directory>\e[m"
exit 0

View file

@ -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