Skip to content

Commit

Permalink
Fix typo in lease renew documentation (#10651)
Browse files Browse the repository at this point in the history
The documentation for `renew` is showing the output for `revoke`.
  • Loading branch information
jartek committed Sep 13, 2021
1 parent 39c9c73 commit dd19e12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/content/docs/commands/lease/renew.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ Renew a lease:

```shell-session
$ vault lease renew database/creds/readonly/27e1b9a1-27b8-83d9-9fe0-d99d786bdc83
Success! Revoked lease: database/creds/readonly/27e1b9a1-27b8-83d9-9fe0-d99d786bdc83
Key Value
--- -----
lease_id database/creds/readonly/27e1b9a1-27b8-83d9-9fe0-d99d786bdc83
lease_duration 5m
lease_renewable true
```

## Usage
Expand Down

0 comments on commit dd19e12

Please sign in to comment.