mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
command/renew: typo fix. Fixes #240
This commit is contained in:
parent
b474fa6dc5
commit
bb6addc58f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ Usage: vault renew [options] id [increment]
|
|||
renewed. Renewing the lease will not change the contents of the secret.
|
||||
|
||||
To renew a secret, run this command with the lease ID returned when it
|
||||
was read. Optionally, request a specific increment in seconds. Vault may
|
||||
was read. Optionally, request a specific increment in seconds. Vault
|
||||
is not required to honor this request.
|
||||
|
||||
General Options:
|
||||
|
|
|
|||
Loading…
Reference in a new issue