Skip to content

Commit 798f6be

Browse files
authored
Update operator_rekey.go (#5983)
1 parent 7040851 commit 798f6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/operator_rekey.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ func (c *OperatorRekeyCommand) printUnsealKeys(client *api.Client, status *api.R
758758
c.UI.Output(wrapAtLength(fmt.Sprintf(
759759
"The encrypted unseal keys are backed up to \"core/unseal-keys-backup\"" +
760760
"in the storage backend. Remove these keys at any time using " +
761-
"\"vault operator rekey -delete-backup\". Vault does not automatically " +
761+
"\"vault operator rekey -backup-delete\". Vault does not automatically " +
762762
"remove these keys.",
763763
)))
764764
}

0 commit comments

Comments
 (0)