Add hint to hack/prepare-for-integration-tests.sh

I keep forgetting the name of the --get-active-directory-vars flag.
This commit is contained in:
Margo Crawford 2021-10-26 16:25:34 -07:00
parent 3f698d24e5
commit 6c47c3327a
1 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,9 @@ while (("$#")); do
;;
-*)
log_error "Unsupported flag $1" >&2
if [[ "$1" == *"active-directory"* ]]; then
log_error "Did you mean --get-active-directory-vars?"
fi
exit 1
;;
*)