Add test for '--help' option
Noticed that full help option was missing, added it.
This commit is contained in:
parent
ffb6bcfa8e
commit
b00778a988
|
@ -478,7 +478,7 @@ boot()
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$1" == "-h" ]; then
|
if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
|
||||||
usage
|
usage
|
||||||
elif [ "$1" == "-u" ]; then
|
elif [ "$1" == "-u" ]; then
|
||||||
git pull upstream master
|
git pull upstream master
|
||||||
|
|
Loading…
Reference in a new issue