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
|
||||
}
|
||||
|
||||
if [ "$1" == "-h" ]; then
|
||||
if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
|
||||
usage
|
||||
elif [ "$1" == "-u" ]; then
|
||||
git pull upstream master
|
||||
|
|
Loading…
Reference in a new issue