reformat usage

This commit is contained in:
Tobias Powalowski 2023-04-23 22:06:34 +02:00
parent 36abcffcb2
commit 45009ef8f9
2 changed files with 3 additions and 3 deletions

View file

@ -6,10 +6,10 @@ _PRESET_DIR="/etc/archboot/presets"
_ISODIR="$(mktemp -d ISODIR.XXX)"
_usage () {
echo "${_BASENAME}: usage"
echo "CREATE ${_ARCH} USB/CD IMAGES"
echo "-----------------------------"
echo "PARAMETERS:"
echo "This will create an archboot iso image."
echo "Usage: ${_BASENAME} <options>"
echo " -g Starting generation of image."
echo " -p=PRESET Which preset should be used."
echo " /etc/archboot/presets locates the presets"

View file

@ -22,9 +22,9 @@ _W_DIR="$(mktemp -u archboot-release.XXX)"
_usage () {
echo "CREATE ARCHBOOT RELEASE IMAGE"
echo "-----------------------------"
echo "Usage: ${_BASENAME} <directory> <server>"
echo "This will create an archboot release image in <directory>."
echo "You can specify a certain <server> with an archboot repository."
echo "Usage: ${_BASENAME} <directory> <server>"
exit 0
}