Merge pull request #1058 from chrisvittal/bootstrap-help
Add test for '--help' option
This commit is contained in:
commit
f865ac66fb
|
@ -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