Add line in help output for --alternate-deploy
This commit is contained in:
parent
6491742c3a
commit
1e3f3555a4
@ -127,6 +127,7 @@ if [[ "$help" == "yes" ]]; then
|
|||||||
log_note " -g, --api-group-suffix: deploy Pinniped with an alternate API group suffix"
|
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 " -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 " --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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user