From 38f5f5f78376b5e2cca6810c88dc3e1285cfe872 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 17 May 2018 09:14:12 -0700 Subject: [PATCH] Updated for new syntax --- website/source/docs/concepts/policies.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/concepts/policies.html.md b/website/source/docs/concepts/policies.html.md index 411ad20b7..e8670ad66 100644 --- a/website/source/docs/concepts/policies.html.md +++ b/website/source/docs/concepts/policies.html.md @@ -496,7 +496,7 @@ Policies may be created (uploaded) via the CLI or via the API. To create a new policy in Vault: ```sh -$ vault policy-write policy-name policy-file.hcl +$ vault policy write policy-name policy-file.hcl ``` -> The `@` tells Vault to read from a file on disk. In the example above, Vault