mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
Fix generate-root synopsis
This commit is contained in:
parent
0a386d48a2
commit
001f02b211
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue