diff --git a/helium_helper.sh b/helium_helper.sh index e2f071c..a67ea49 100755 --- a/helium_helper.sh +++ b/helium_helper.sh @@ -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;;