Fix generate-root synopsis

This commit is contained in:
Jeff Mitchell 2016-08-05 16:35:03 -04:00
parent 8c209dd0d6
commit 69c1121d29

View file

@ -286,7 +286,7 @@ func (c *GenerateRootCommand) dumpStatus(status *api.GenerateRootStatusResponse)
}
func (c *GenerateRootCommand) Synopsis() string {
return "Promotes a token to a root token"
return "Generates a new root token"
}
func (c *GenerateRootCommand) Help() string {