diff --git a/usr/lib/archboot/container.sh b/usr/lib/archboot/container.sh index 922265143..9cd7b5384 100644 --- a/usr/lib/archboot/container.sh +++ b/usr/lib/archboot/container.sh @@ -7,12 +7,12 @@ _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 "" + echo echo "Options:" - echo " \e[1m-cc\e[m Cleanup container eg. removing manpages, includes..." - echo " \e[1m-cp\e[m Cleanup container package cache" - echo " \e[1m-install-source=\e[m Use containing archboot repository" - echo "" + echo -e " \e[1m-cc\e[m Cleanup container eg. removing manpages, includes..." + echo -e " \e[1m-cp\e[m Cleanup container package cache" + echo -e " \e[1m-install-source=\e[m Use containing archboot repository" + echo echo -e "Usage: \e[1m${_BASENAME} \e[m" exit 0 }