update usage messages

This commit is contained in:
Tobias Powalowski 2023-04-24 06:55:51 +02:00
parent f9dd32a428
commit eef2df3867
4 changed files with 17 additions and 12 deletions

View file

@ -5,13 +5,14 @@
_usage () {
echo "CREATE ARCHBOOT CONTAINER"
echo "-----------------------------"
echo "-------------------------"
echo "This will create an archboot container for an archboot image."
echo ""
echo " -cc Cleanup container eg. removing manpages, includes..."
echo " -cp Cleanup container package cache"
echo " -install-source=<server> add package server with archboot repository"
echo ""
echo "usage: ${_BASENAME} <directory> <options>"
echo " Options:"
echo " -cc Cleanup container eg. removing manpages, includes..."
echo " -cp Cleanup container package cache"
echo " -install-source=Server add package server with archboot repository"
exit 0
}

View file

@ -9,13 +9,15 @@ _usage () {
echo "CREATE ${_ARCH} USB/CD IMAGES"
echo "-----------------------------"
echo "This will create an archboot iso image."
echo ""
echo " -g Starting generation of image."
echo " -p=PRESET Which preset should be used."
echo " /etc/archboot/presets locates the presets"
echo " default=${_ARCH}"
echo " -i=IMAGENAME Your IMAGENAME."
echo " -h This message."
echo ""
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"
echo " default=${_ARCH}"
echo " -i=IMAGENAME Your IMAGENAME."
echo " -h This message."
exit 0
}

View file

@ -24,6 +24,7 @@ _usage () {
echo "-----------------------------"
echo "This will create an archboot release image in <directory>."
echo "You can specify a certain <server> with an archboot repository."
echo ""
echo "usage: ${_BASENAME} <directory> <server>"
exit 0
}

View file

@ -6,8 +6,9 @@ _GPG_KEY="/usr/share/archboot/gpg/tpowa.gpg"
_usage () {
echo "CREATE ARCHBOOT REPOSITORY"
echo "-----------------------------"
echo "--------------------------"
echo "This will create an archboot repository for an archboot image."
echo ""
echo "usage: ${_BASENAME} <directory>"
exit 0
}