Add line in help output for --alternate-deploy

This commit is contained in:
Jason van Zyl 2022-02-25 06:22:25 -05:00
parent 6491742c3a
commit 1e3f3555a4
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ if [[ "$help" == "yes" ]]; then
log_note " -g, --api-group-suffix: deploy Pinniped with an alternate API group suffix"
log_note " -s, --skip-build: reuse the most recently built image of the app instead of building"
log_note " --get-active-directory-vars: specify a script that exports active directory environment variables"
log_note " --alternate-deploy: specify an alternate deploy script to install Pinniped"
exit 1
fi