mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Fix typo
This commit is contained in:
parent
b3422bec2f
commit
0df0df2fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ func (c *MountTuneCommand) Help() string {
|
|||
helpText := `
|
||||
Usage: vault mount-tune [options] path
|
||||
|
||||
Tune configuration options fro a mounted secret backend.
|
||||
Tune configuration options for a mounted secret backend.
|
||||
|
||||
Example: vault tune-mount -default-lease-ttl="24h" secret/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue