diff --git a/installers/raspbian.sh b/installers/raspbian.sh index bc0915c8..04d52f3a 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -21,10 +21,11 @@ branch="master" usage=$(cat << EOF Usage: raspbian.sh [OPTION]\n -y, --yes, --assume-yes\n\tAssumes "yes" as an answer to all prompts --c, --cert, --certficate\n\tInstalls an SSL certificate for lighttpd +-c, --cert, --certificate\n\tInstalls an SSL certificate for lighttpd -o, --openvpn \n\tUsed with -y, --yes, sets OpenVPN install option (0=no install) -r, --repo, --repository \n\tOverrides the default GitHub repo (billz/raspap-webgui) --b, --branch \n\tOverrides the default git branch (master)\n +-b, --branch \n\tOverrides the default git branch (master) +-h, --help\n\tOutputs usage notes\n EOF ) assume_yes=0