From 798f6bed1fd17c5fe85d7d76b4372f675362dbf5 Mon Sep 17 00:00:00 2001 From: Brian Kassouf Date: Thu, 20 Dec 2018 09:05:50 -0800 Subject: [PATCH] Update operator_rekey.go (#5983) --- command/operator_rekey.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/operator_rekey.go b/command/operator_rekey.go index e96600cd73..b9ee35763b 100644 --- a/command/operator_rekey.go +++ b/command/operator_rekey.go @@ -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.", ))) }