From 10738f5b7b9126e3dca1b30ab48f054f78e5a90f Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 30 Mar 2023 18:43:24 +0200 Subject: [PATCH] Minor: add missing mkcert option to help --- installers/raspbian.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index d5efe387..b92b5bb7 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -15,6 +15,7 @@ # -c, --cert, --certficate Installs mkcert and generates an SSL certificate for lighttpd # -o, --openvpn Used with -y, --yes, sets OpenVPN install option (0=no install) # -a, --adblock Used with -y, --yes, sets Adblock install option (0=no install) +# -c, --cert, --certificate Installs an SSL certificate with mkcert and configures lighttpd for HTTPS # -r, --repo, --repository Overrides the default GitHub repo (RaspAP/raspap-webgui) # -b, --branch Overrides the default git branch (master) # -t, --token Specify a GitHub token to access a private repository @@ -142,13 +143,14 @@ function _usage() { cat << EOF Usage: raspbian.sh options -Installs an instance of RaspAP. +Installs an instance of RaspAP or a helper component. OPTIONS: -y, --yes, --assume-yes Assumes "yes" as an answer to all prompts -c, --cert, --certificate Installs an SSL certificate for lighttpd -o, --openvpn Used with -y, --yes, sets OpenVPN install option (0=no install) -a, --adblock Used with -y, --yes, sets Adblock install option (0=no install) +-c, --cert, --certificate Installs an SSL certificate with mkcert and configures lighttpd for HTTPS -r, --repo, --repository Overrides the default GitHub repo (RaspAP/raspap-webgui) -b, --branch Overrides the default git branch (latest release) -t, --token Specify a GitHub token to access a private repository