Help page edited

This commit is contained in:
Fr4nz D13trich 2025-12-21 12:55:52 +01:00
parent 3ad37ea244
commit 7b2693a0df

View file

@ -270,9 +270,11 @@ help() {
echo -e "Syntax: helium_helper.sh [ -i | -u | -r | -c | -s | -h ]\n"
echo -e "Options:\n"
echo -e "\t-i\tDownload & install Helium from GitHub"
echo -e "\t-u\tUpdate Helium from GitHub"
#echo -e "\t-L\tCreate desktop launcher"
echo -e "\t-u\tDownload & update Helium from GitHub"
echo -e "\t-r\tRemove Helium"
echo -e "\t-c\tCompare local to remote version"
#echo -e "\t-S\tUpdate script"
echo -e "\t-s\tShow script version"
echo -e "\t-h\tPrint this help page.\n"
echo -e "Configured locations:\n"
@ -325,7 +327,7 @@ while getopts ":i,:u,:r,:c,:s,:h" OPTION ; do
exit;;
*)
echo -e "\n ${YEL}Option not recognized... Check help below!${CRS}"
echo -e "\n ${YEL}Option not recognized... Refer to help below!${CRS}"
help
exit;;