Add test for '--help' option

Noticed that full help option was missing, added it.
This commit is contained in:
Christopher Vittal 2017-09-11 01:54:27 -04:00
parent ffb6bcfa8e
commit b00778a988

View file

@ -478,7 +478,7 @@ boot()
exit
}
if [ "$1" == "-h" ]; then
if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
usage
elif [ "$1" == "-u" ]; then
git pull upstream master