diff --git a/usr/bin/archboot-copy-mountpoint.sh b/usr/bin/archboot-copy-mountpoint.sh index 9fd631be8..b37369e61 100755 --- a/usr/bin/archboot-copy-mountpoint.sh +++ b/usr/bin/archboot-copy-mountpoint.sh @@ -7,8 +7,8 @@ . /usr/lib/archboot/common.sh _usage() { - echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Copy Mountpoint:\e[m" - echo -e "\e[1m---------------------------\e[m" + echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Copy Mountpoint\e[m" + echo -e "\e[1m--------------------------\e[m" echo "- Copy mountpoint recursivly from to ," echo -e " using the \e[1mtar\e[m utility." echo -e "- For system copying start with mounted \e[1m/\e[m and then invoke this script" diff --git a/usr/bin/archboot-hwsim.sh b/usr/bin/archboot-hwsim.sh index 0a6baa936..a2b047494 100755 --- a/usr/bin/archboot-hwsim.sh +++ b/usr/bin/archboot-hwsim.sh @@ -7,8 +7,8 @@ . /usr/lib/archboot/common.sh _usage() { - echo -e "\e[1m\e[36mArchboot\e[m \e[1m- HWSIM:\e[m" - echo -e "\e[1m-----------------\e[m" + echo -e "\e[1m\e[36mArchboot\e[m \e[1m- HWSIM\e[m" + echo -e "\e[1m----------------\e[m" echo "Create a simulated wireless SSID for testing purposes" echo "with mac80211_hwsim module." echo "- wlan0 will be setup as the AP. Don't use for scanning!" diff --git a/usr/bin/archboot-quickinst.sh b/usr/bin/archboot-quickinst.sh index 5af960c2e..897d2ee9c 100755 --- a/usr/bin/archboot-quickinst.sh +++ b/usr/bin/archboot-quickinst.sh @@ -6,8 +6,8 @@ _DESTDIR="${1}" _usage() { - echo -e "\e[1m\e[36mArchboot\e[m \e[1m- Quickinst Installer:\e[m" - echo -e "\e[1m-------------------------------\e[m" + echo -e "\e[1m\e[36mArchboot\e[m \e[1m- Quickinst Installer\e[m" + echo -e "\e[1m------------------------------\e[m" echo -e "Usage: \e[1mquickinst \e[m" echo "" echo "This script is for users, who would rather partition/mkfs/mount" diff --git a/usr/bin/archboot-rsync-backup.sh b/usr/bin/archboot-rsync-backup.sh index ea7405852..96c3d28da 100755 --- a/usr/bin/archboot-rsync-backup.sh +++ b/usr/bin/archboot-rsync-backup.sh @@ -7,8 +7,8 @@ . /usr/lib/archboot/common.sh _usage() { - echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Rsync Backup:\e[m" - echo -e "\e[1m------------------------\e[m" + echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Rsync Backup\e[m" + echo -e "\e[1m-----------------------\e[m" echo -e "- Copy \e[1m\e[m to \e[1m\e[m using rsync." echo -e "- For system backup, start with \e[1mfull\e[m mounted system and then" echo -e " invoke this script with system's root directory as \e[1mbackupdir\e[m."