diff --git a/command/kv_metadata_patch.go b/command/kv_metadata_patch.go index cbee81a93b..d3550e6450 100644 --- a/command/kv_metadata_patch.go +++ b/command/kv_metadata_patch.go @@ -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. diff --git a/command/kv_metadata_put.go b/command/kv_metadata_put.go index 2681583b0a..57aa3ebd9b 100644 --- a/command/kv_metadata_put.go +++ b/command/kv_metadata_put.go @@ -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.