1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

cmd/tools/validate.go: Fix usage string.

This commit is contained in:
Henrik Hautakoski 2023-06-28 15:54:52 +02:00
parent 06e5ad59cf
commit 8ab7d852a7

View file

@ -51,7 +51,7 @@ func (t *Tester) OnAction(act message.ActionTrace) {
var validateCmd = &cli.Command{
Name: "validate",
Usage: "Run a benchmark against a thalos node",
Usage: "Validate a thalos server by following action traces and makes sure that blocks arrive in order.",
Flags: []cli.Flag{
redisUrlFlag,
redisDbFlag,