[#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
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:
parent
3cbff57535
commit
c84013a854
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue