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:
parent
3f698d24e5
commit
6c47c3327a
@ -92,6 +92,9 @@ while (("$#")); do
|
|||||||
;;
|
;;
|
||||||
-*)
|
-*)
|
||||||
log_error "Unsupported flag $1" >&2
|
log_error "Unsupported flag $1" >&2
|
||||||
|
if [[ "$1" == *"active-directory"* ]]; then
|
||||||
|
log_error "Did you mean --get-active-directory-vars?"
|
||||||
|
fi
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user