unify usage

This commit is contained in:
Tobias Powalowski 2024-08-01 13:18:27 +02:00
parent 6ca9af02c6
commit cce1ba1433

View file

@ -5,8 +5,8 @@
. /etc/archboot/server-update.conf . /etc/archboot/server-update.conf
. /usr/lib/archboot/common.sh . /usr/lib/archboot/common.sh
_usage () { _usage () {
echo -e "\e[1mUpdate archboot server with new images\e[m" echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Update Server To New Image\e[m"
echo -e "\e[1m---------------------------------------------\e[m" echo -e "\e[1m-------------------------------------\e[m"
echo "Check on new packages and release new images to server." echo "Check on new packages and release new images to server."
echo "" echo ""
echo -e "Usage: \e[1m${_BASENAME} run\e[m" echo -e "Usage: \e[1m${_BASENAME} run\e[m"