Make the rekey verification message more complete

This commit is contained in:
Jeff Mitchell 2018-05-29 14:59:19 -04:00
parent 2971813684
commit 7cf283cd2c
1 changed files with 1 additions and 1 deletions

View File

@ -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
}