[#1719] cli: Fix TTL description
All checks were successful
Vulncheck / Vulncheck (push) Successful in 1m38s
Pre-commit hooks / Pre-commit (push) Successful in 1m57s
Build / Build Components (push) Successful in 2m9s
Tests and linters / gopls check (push) Successful in 3m57s
OCI image / Build container images (push) Successful in 4m20s
Tests and linters / Run gofumpt (push) Successful in 5m4s
Tests and linters / Staticcheck (push) Successful in 5m35s
Tests and linters / Lint (push) Successful in 5m39s
Tests and linters / Tests (push) Successful in 5m40s
Tests and linters / Tests with -race (push) Successful in 5m56s

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"
TTLShorthand = ""
TTLDefault = 2
TTLUsage = "TTL value in request meta header"
TTLUsage = "The maximum number of intermediate nodes in the request route"
XHeadersKey = "xhdr"
XHeadersShorthand = "x"