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 c9c8398352
commit a087e943c7
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

@@ -104,7 +104,9 @@ Token Options:
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