[#1719] cli: Fix TTL description

Change-Id: I051a27af57a74304713c1f832dc31dbaeb10cbc6
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2025-04-16 15:09:43 +03:00
parent 3cbff57535
commit c84013a854
Signed by: dstepanov-yadro
GPG key ID: 237AF1A763293BC0

View file

@ -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"