mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +00:00
Fixed typo in USAGE line (#17582)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user