From 24011cf2a5b01df74f1f69f1c6a8d634d1b7f8ff Mon Sep 17 00:00:00 2001 From: Miguel Almeida Date: Wed, 19 Jun 2019 11:35:33 +0100 Subject: [PATCH] Simple flag typo correction The flag is load_restrictor and not load_restrictions. --- docs/v2.1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2.1.0.md b/docs/v2.1.0.md index 0c4fe67d7..6493ab1e5 100644 --- a/docs/v2.1.0.md +++ b/docs/v2.1.0.md @@ -124,7 +124,7 @@ For more information, see the The following usage: ``` -kustomize build --load_restrictions none $target +kustomize build --load_restrictor none $target ``` allows a `kustomization.yaml` file used in this