vault kv metadata put doesn't need [DATA] (#4847)
This commit is contained in:
parent
8b344acaac
commit
a40ff31777
|
@ -26,7 +26,7 @@ func (c *KVMetadataPutCommand) Synopsis() string {
|
|||
|
||||
func (c *KVMetadataPutCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: vault metadata kv put [options] KEY [DATA]
|
||||
Usage: vault metadata kv 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 New Issue