From 1e3f3555a41dd6c8525ae324af1f90d69cd3d00d Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Fri, 25 Feb 2022 06:22:25 -0500 Subject: [PATCH] Add line in help output for --alternate-deploy --- hack/prepare-for-integration-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/prepare-for-integration-tests.sh b/hack/prepare-for-integration-tests.sh index ea55947a..dd9b0eaf 100755 --- a/hack/prepare-for-integration-tests.sh +++ b/hack/prepare-for-integration-tests.sh @@ -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