Fixed typo in USAGE line (#17582)

This commit is contained in:
Peter Wilson
2022-10-18 20:08:25 +01:00
committed by GitHub
parent 47875daf53
commit fd48959fce
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.