diff --git a/bootstrap.sh b/bootstrap.sh index d1d47cb..38cb7d5 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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