diff --git a/usr/lib/archboot/update/update.sh b/usr/lib/archboot/update/update.sh index 58afa20e9..b76b4e807 100644 --- a/usr/lib/archboot/update/update.sh +++ b/usr/lib/archboot/update/update.sh @@ -28,8 +28,9 @@ _graphic_options() { } _usage () { - echo -e "\e[36mArchboot\e[m \e[1m - Manage Environment:\e[m" + echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Manage Environment:\e[m" echo -e "\e[1m------------------------------\e[m" + echo "Options:" echo -e " \e[1m-help\e[m This message." if [[ ! -e "${_LOCAL_DB}" || -e "/usr/bin/setup" ]]; then echo -e " \e[1m-update\e[m Update scripts: setup, quickinst, network, clock and helpers." @@ -73,6 +74,7 @@ _usage () { echo -e " \e[1m-latest-image\e[m Generate latest image files in /archboot directory." fi fi + echo -e "Usage: \e[1m${_BASENAME} \e[m" exit 0 } # vim: set ft=sh ts=4 sw=4 et: