forked from TrueCloudLab/frostfs-node
[#1719] cli: Fix TTL description
Change-Id: I051a27af57a74304713c1f832dc31dbaeb10cbc6 Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
3cbff57535
commit
c84013a854
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const (
|
||||||
TTL = "ttl"
|
TTL = "ttl"
|
||||||
TTLShorthand = ""
|
TTLShorthand = ""
|
||||||
TTLDefault = 2
|
TTLDefault = 2
|
||||||
TTLUsage = "TTL value in request meta header"
|
TTLUsage = "The maximum number of intermediate nodes in the request route"
|
||||||
|
|
||||||
XHeadersKey = "xhdr"
|
XHeadersKey = "xhdr"
|
||||||
XHeadersShorthand = "x"
|
XHeadersShorthand = "x"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue