From 001f02b21193446282ce235c481fa249ea50defc Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 5 Aug 2016 16:35:03 -0400 Subject: [PATCH] Fix generate-root synopsis --- command/generate-root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {