better wording

This commit is contained in:
Tobias Powalowski 2024-08-13 15:55:30 +02:00
parent 8a9b7a8c36
commit 57c750e158

View file

@ -14,10 +14,10 @@ _usage () {
echo " -h This message." echo " -h This message."
echo " -g Starting generation of image." echo " -g Starting generation of image."
echo " -c=CONFIG Which CONFIG should be used." echo " -c=CONFIG Which CONFIG should be used."
echo " ${_CONFIG_DIR} locates the configs" echo " ${_CONFIG_DIR} includes the config files"
echo " default=${_ARCH}.conf" echo " default=${_ARCH}.conf"
echo " -i=IMAGENAME Your IMAGENAME." echo " -i=IMAGENAME Your IMAGENAME."
echo " -s Save initramfs to $(pwd)" echo " -s Save initramfs files in current work directory"
echo "" echo ""
echo -e "Usage: \e[1m${_BASENAME} <options>\e[m" echo -e "Usage: \e[1m${_BASENAME} <options>\e[m"
exit 0 exit 0