Merge pull request #1058 from chrisvittal/bootstrap-help

Add test for '--help' option
This commit is contained in:
Jeremy Soller 2017-09-11 13:20:13 -06:00 committed by GitHub
commit f865ac66fb

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