Skip to content

Commit

Permalink
vault kv metadata put doesn't need [DATA] (hashicorp#4847)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido authored and briankassouf committed Jun 28, 2018
1 parent 6607b42 commit 6080d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/kv_metadata_put.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6080d70

Please sign in to comment.