unify usage

This commit is contained in:
Tobias Powalowski 2024-08-01 12:06:34 +02:00
parent 349939ed0b
commit e3db4b0166

View file

@ -23,10 +23,11 @@ elif echo "${_BASENAME}" | rg -qw 'riscv64'; then
fi fi
_usage () { _usage () {
echo "CREATE ${_CAP_ARCH} PACMAN CHROOT" echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Create ${_CAP_ARCH} Pacman Container\e[m"
echo "-----------------------------" echo -e "\e[1m------------------------------------------\e[m"
echo "This will create the ${_ARCH} pacman container tarball." echo "This will create the ${_ARCH} pacman container tarball."
echo "usage: ${_BASENAME} <build-directory>" echo ""
echo -e "Usage: \e[1m${_BASENAME} <build-directory>\e[m"
exit 0 exit 0
} }