diff --git a/website/source/docs/concepts/policies.html.md b/website/source/docs/concepts/policies.html.md index fb7097a0f..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 write sys/policy/my-policy policy=@my-policy.hcl +$ vault policy write policy-name policy-file.hcl ``` -> The `@` tells Vault to read from a file on disk. In the example above, Vault