fix missing -

This commit is contained in:
Tobias Powalowski 2024-08-01 17:54:50 +02:00
parent ebd1529c09
commit 0e52da72b2
4 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
. /usr/lib/archboot/common.sh . /usr/lib/archboot/common.sh
_usage() { _usage() {
echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Detect Big Screen\e[m" 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 "Detect big screen on boot and change to bigger font afterwards."
echo "" echo ""
echo -e "Usage: \e[1m${_BASENAME} run\e[m" echo -e "Usage: \e[1m${_BASENAME} run\e[m"

View file

@ -7,7 +7,7 @@ _ISODIR="$(mktemp -d ISODIR.XXX)"
_BOOTLOADER="/usr/share/archboot/bootloader" _BOOTLOADER="/usr/share/archboot/bootloader"
_usage () { _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 -e "\e[1m--------------------------------------\e[m"
echo "This will create an archboot iso image." echo "This will create an archboot iso image."
echo "" echo ""

View file

@ -17,8 +17,8 @@ _CONFIG_LOCAL="${_ARCH}-local.conf"
_W_DIR="$(mktemp -u archboot-release.XXX)" _W_DIR="$(mktemp -u archboot-release.XXX)"
_usage () { _usage () {
echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create Archboot Release Image\e[m" echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create Release Images\e[m"
echo -e "\e[1m----------------------------------------\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 "You can specify a certain <server> with an archboot repository." echo "You can specify a certain <server> with an archboot repository."
echo "" echo ""

View file

@ -7,7 +7,7 @@ _ISO_BUILD_DIR="$(mktemp -d "${_ISO_HOME_ARCH}"/server-release.XXX)"
_usage() { _usage() {
echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Server Release\e[m" 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 "Upload new image to archboot server."
echo "" echo ""
echo -e "Usage: \e[1m${_BASENAME} run\e[m" echo -e "Usage: \e[1m${_BASENAME} run\e[m"