From a68fde98e8efc7de712d52c2ca0b75b1a5ee6a74 Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Mon, 25 Nov 2019 08:57:32 -0800 Subject: [PATCH] command: fix namespace list help text (#7890) --- command/namespace_list.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/namespace_list.go b/command/namespace_list.go index 6a148c16fd..192e3bacb6 100644 --- a/command/namespace_list.go +++ b/command/namespace_list.go @@ -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()