Fix output of token-create help to use ttl instead of lease

This commit is contained in:
Jeff Mitchell 2015-10-09 19:40:30 -04:00
parent b5d674d94e
commit ee92124357
2 changed files with 8 additions and 2 deletions

View File

@ -17,6 +17,10 @@ BUG FIXES:
* core: Fix upgrade path for leases created in `generic` prior to 0.3 [GH-673]
* core: Stale leader entries will now be reaped [GH-679]
MISC:
* Various documentation fixes and improvements [GH-688]
## 0.3.1 (October 6, 2015)
SECURITY:

View File

@ -97,14 +97,16 @@ Token Options:
-id="7699125c-d8...." The token value that clients will use to authenticate
with vault. If not provided this defaults to a 36
character UUID. A root token is required to specify
character UUID. A root token is required to specify
the ID of a token.
-display-name="name" A display name to associate with this token. This
is a non-security sensitive value used to help
identify created secrets, i.e. prefixes.
-lease="1h" Lease to associate with the token. This option enables
-lease="1h" Deprecated; use "-ttl" instead.
-ttl="1h" TTL to associate with the token. This option enables
the tokens to be renewable.
-metadata="key=value" Metadata to associate with the token. This shows