Fixes a reference to deprecated init command (#4338)

Replace "vault init" with "vault operator init" in initialising the vault section.
This commit is contained in:
James Mannion 2018-04-11 19:26:53 +01:00 committed by Jeff Mitchell
parent 2dc4aa05f0
commit efea4fb6a7

View file

@ -111,7 +111,7 @@ server_.
During initialization, the encryption keys are generated, unseal keys are
created, and the initial root token is setup. To initialize Vault use `vault
init`. This is an _unauthenticated_ request, but it only works on brand new
operator init`. This is an _unauthenticated_ request, but it only works on brand new
Vaults with no data:
```text