highlight options

This commit is contained in:
Tobias Powalowski 2024-08-14 23:04:33 +02:00
parent e80afcda70
commit d83879770b

View file

@ -7,12 +7,12 @@ _usage () {
echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create Container\e[m" echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create Container\e[m"
echo -e "\e[1m---------------------------\e[m" echo -e "\e[1m---------------------------\e[m"
echo "This will create an archboot container for an archboot image." echo "This will create an archboot container for an archboot image."
echo "" echo
echo "Options:" echo "Options:"
echo " \e[1m-cc\e[m Cleanup container eg. removing manpages, includes..." echo -e " \e[1m-cc\e[m Cleanup container eg. removing manpages, includes..."
echo " \e[1m-cp\e[m Cleanup container package cache" echo -e " \e[1m-cp\e[m Cleanup container package cache"
echo " \e[1m-install-source=<server>\e[m Use <server> containing archboot repository" echo -e " \e[1m-install-source=<server>\e[m Use <server> containing archboot repository"
echo "" echo
echo -e "Usage: \e[1m${_BASENAME} <directory> <options>\e[m" echo -e "Usage: \e[1m${_BASENAME} <directory> <options>\e[m"
exit 0 exit 0
} }