mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-14 20:04:13 -04:00
Fixed typo in USAGE line (#17582)
This commit is contained in:
parent
47875daf53
commit
fd48959fce
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ func (c *KVMetadataPatchCommand) Synopsis() string {
|
|||
|
||||
func (c *KVMetadataPatchCommand) Help() string {
|
||||
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
|
||||
update key configuration for a specified key.
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ func (c *KVMetadataPutCommand) Synopsis() string {
|
|||
|
||||
func (c *KVMetadataPutCommand) Help() string {
|
||||
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
|
||||
update key configuration for a specified key.
|
||||
|
|
|
|||
Loading…
Reference in a new issue