Help page edited
This commit is contained in:
parent
3ad37ea244
commit
7b2693a0df
1 changed files with 4 additions and 2 deletions
|
|
@ -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;;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue