From b00778a9880c325dab9f8345936af9489269e3cc Mon Sep 17 00:00:00 2001 From: Christopher Vittal Date: Mon, 11 Sep 2017 01:54:27 -0400 Subject: [PATCH] Add test for '--help' option Noticed that full help option was missing, added it. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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