Fix generate-root synopsis
This commit is contained in:
parent
8c209dd0d6
commit
69c1121d29
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue