mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
command: fix namespace list help text (#7890)
This commit is contained in:
parent
5293ce7cfc
commit
a68fde98e8
@ -21,13 +21,13 @@ func (c *NamespaceListCommand) Synopsis() string {
|
||||
|
||||
func (c *NamespaceListCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: vault namespaces list [options]
|
||||
Usage: vault namespace list [options]
|
||||
|
||||
Lists the enabled child namespaces.
|
||||
|
||||
List all enabled child namespaces:
|
||||
|
||||
$ vault namespaces list
|
||||
$ vault namespace list
|
||||
|
||||
` + c.Flags().Help()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user