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