added newlines for better formatting, may the Force of better explanation be with you

This commit is contained in:
Bryan Joshua Pedini 2021-08-15 14:37:41 +02:00
parent a8eaab7e81
commit 627282b2cc
1 changed files with 8 additions and 3 deletions

View File

@ -24,9 +24,14 @@ _help() {
echo "Usage: $(readlink -fm "$0") [-h | --help] [--cleanup]"
echo
echo "Options:"
echo " -h | --help : Prints this help message and quits"
echo " --server: Customizes the terminal feel for a server installation"
echo " --cleanup: Removes the source folder after installation"
echo " -h | --help"
echo " Prints this help message and quits"
echo " --force"
echo " Force the reinstallation of the files"
echo " --server"
echo " Customizes the terminal feel for a server installation"
echo " --cleanup"
echo " Removes the source folder after installation"
echo
}