Fixed typo in USAGE line (#17582)
This commit is contained in:
parent
34339ec9a8
commit
19d220cb82
|
@ -33,7 +33,7 @@ func (c *KVMetadataPatchCommand) Synopsis() string {
|
||||||
|
|
||||||
func (c *KVMetadataPatchCommand) Help() string {
|
func (c *KVMetadataPatchCommand) Help() string {
|
||||||
helpText := `
|
helpText := `
|
||||||
Usage: vault metadata kv patch [options] KEY
|
Usage: vault kv metadata patch [options] KEY
|
||||||
|
|
||||||
This command can be used to create a blank key in the key-value store or to
|
This command can be used to create a blank key in the key-value store or to
|
||||||
update key configuration for a specified key.
|
update key configuration for a specified key.
|
||||||
|
|
|
@ -32,7 +32,7 @@ func (c *KVMetadataPutCommand) Synopsis() string {
|
||||||
|
|
||||||
func (c *KVMetadataPutCommand) Help() string {
|
func (c *KVMetadataPutCommand) Help() string {
|
||||||
helpText := `
|
helpText := `
|
||||||
Usage: vault metadata kv put [options] KEY
|
Usage: vault kv metadata put [options] KEY
|
||||||
|
|
||||||
This command can be used to create a blank key in the key-value store or to
|
This command can be used to create a blank key in the key-value store or to
|
||||||
update key configuration for a specified key.
|
update key configuration for a specified key.
|
||||||
|
|
Loading…
Reference in New Issue