Update operator_rekey.go (#5983)

This commit is contained in:
Brian Kassouf 2018-12-20 09:05:50 -08:00 committed by GitHub
parent 70408512ac
commit 798f6bed1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -758,7 +758,7 @@ func (c *OperatorRekeyCommand) printUnsealKeys(client *api.Client, status *api.R
c.UI.Output(wrapAtLength(fmt.Sprintf(
"The encrypted unseal keys are backed up to \"core/unseal-keys-backup\"" +
"in the storage backend. Remove these keys at any time using " +
"\"vault operator rekey -delete-backup\". Vault does not automatically " +
"\"vault operator rekey -backup-delete\". Vault does not automatically " +
"remove these keys.",
)))
}