Fix typo. Fixes #1731.
This commit is contained in:
parent
43361f2991
commit
0038db0f62
|
@ -4,7 +4,7 @@ package meta
|
||||||
|
|
||||||
func AdditionalOptionsUsage() string {
|
func AdditionalOptionsUsage() string {
|
||||||
return `
|
return `
|
||||||
-wrap-ttl="" Indiciates that the response should be wrapped in a
|
-wrap-ttl="" Indicates that the response should be wrapped in a
|
||||||
cubbyhole token with the requested TTL. The response
|
cubbyhole token with the requested TTL. The response
|
||||||
will live at "cubbyhole/response" in the cubbyhole of
|
will live at "cubbyhole/response" in the cubbyhole of
|
||||||
the returned token with a key of "response" and can
|
the returned token with a key of "response" and can
|
||||||
|
|
Loading…
Reference in New Issue