From e58e1df283a6946ad1eec42b2c7e845d16f883df Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 11 Nov 2019 19:24:01 +0000 Subject: [PATCH] Added -h, --help --- installers/raspbian.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 24054c5c..5aeeb9d8 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -42,6 +42,10 @@ while :; do -b|--branch) branch="$2" ;; + -h|--help) + printf "$usage" + exit 1 + ;; -*|--*) echo "Unknown option: $1" printf "$usage"