diff --git a/command/operator_rekey.go b/command/operator_rekey.go index 303e6f0c0e..613892cb44 100644 --- a/command/operator_rekey.go +++ b/command/operator_rekey.go @@ -577,7 +577,7 @@ func (c *OperatorRekeyCommand) provide(client *api.Client, key string) int { resp.(*api.RekeyUpdateResponse)) } - c.UI.Output("Rekey verification successful.") + c.UI.Output(wrapAtLength("Rekey verification successful. The rekey operation is complete and the new keys are now active.")) return 0 }