command: fix namespace list help text (#7890)

This commit is contained in:
Calvin Leung Huang 2019-11-25 08:57:32 -08:00 committed by GitHub
parent f8457d4d55
commit 7f8b892534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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()