mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Fix outdated enable-versioning command usage in kv (#10212)
This commit is contained in:
committed by
GitHub
parent
ea1ee28763
commit
ac239089b2
@@ -22,11 +22,11 @@ func (c *KVEnableVersioningCommand) Synopsis() string {
|
||||
|
||||
func (c *KVEnableVersioningCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: vault kv enable-versions [options] KEY
|
||||
Usage: vault kv enable-versioning [options] KEY
|
||||
|
||||
This command turns on versioning for the backend at the provided path.
|
||||
|
||||
$ vault kv enable-versions secret
|
||||
$ vault kv enable-versioning secret
|
||||
|
||||
Additional flags and more advanced use cases are detailed below.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user