mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update usage notes
This commit is contained in:
parent
07ca2900a1
commit
9c78fd57ed
@ -21,10 +21,11 @@ branch="master"
|
|||||||
usage=$(cat << EOF
|
usage=$(cat << EOF
|
||||||
Usage: raspbian.sh [OPTION]\n
|
Usage: raspbian.sh [OPTION]\n
|
||||||
-y, --yes, --assume-yes\n\tAssumes "yes" as an answer to all prompts
|
-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 <flag>\n\tUsed with -y, --yes, sets OpenVPN install option (0=no install)
|
-o, --openvpn <flag>\n\tUsed with -y, --yes, sets OpenVPN install option (0=no install)
|
||||||
-r, --repo, --repository <name>\n\tOverrides the default GitHub repo (billz/raspap-webgui)
|
-r, --repo, --repository <name>\n\tOverrides the default GitHub repo (billz/raspap-webgui)
|
||||||
-b, --branch <name>\n\tOverrides the default git branch (master)\n
|
-b, --branch <name>\n\tOverrides the default git branch (master)
|
||||||
|
-h, --help\n\tOutputs usage notes\n
|
||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
assume_yes=0
|
assume_yes=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user