From 8f17d4e1afda2cdb1872dca3ada75a99d4c880f8 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 29 May 2018 14:59:19 -0400 Subject: [PATCH] Make the rekey verification message more complete --- 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 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 }