update usage

This commit is contained in:
Tobias Powalowski 2024-08-01 10:16:18 +02:00
parent eee07ab88c
commit 321fa94f94

View file

@ -3,12 +3,12 @@
# created by Tobias Powalowski <tpowa@archlinux.org> # created by Tobias Powalowski <tpowa@archlinux.org>
. /usr/lib/archboot/common.sh . /usr/lib/archboot/common.sh
_usage () { _usage () {
echo "Check on missing binaries in archboot environment" echo -e "\e[1m\e[36mArchboot\e[m\e[1m - Check on missing binaries\e[m"
echo "-------------------------------------------------" echo "------------------------------------"
echo "This will check binaries from package, if they exist" echo "This will check binaries from package, if they exist"
echo "and report missing to binary.log" echo "and report missing to binary.log"
echo "" echo ""
echo "usage: ${_BASENAME} <package>" echo -e "Usage: \e[1m\e${_BASENAME} <package>\e[m"
exit 0 exit 0
} }
[[ -z "${1}" ]] && _usage [[ -z "${1}" ]] && _usage