diff --git a/command/generate-root.go b/command/generate-root.go index 08a4252582..c2c7348ce0 100644 --- a/command/generate-root.go +++ b/command/generate-root.go @@ -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 {