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"