highlight options

This commit is contained in:
Tobias Powalowski 2024-08-14 23:03:40 +02:00
parent f7a5b9fbf0
commit e80afcda70

View file

@ -9,9 +9,9 @@ _usage () {
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 " -cc Cleanup container eg. removing manpages, includes..." echo " \e[1m-cc\e[m Cleanup container eg. removing manpages, includes..."
echo " -cp Cleanup container package cache" echo " \e[1m-cp\e[m Cleanup container package cache"
echo " -install-source=<server> Use <server> containing archboot repository" echo " \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