Fix generate-root synopsis

This commit is contained in:
Jeff Mitchell
2016-08-05 16:35:03 -04:00
parent 0a386d48a2
commit 001f02b211

View File

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