File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ GLOBAL OPTIONS:
8282 --node value [ --node value ] rpc node endpoint to connect to (specify multiple for high availability) (default: "http://localhost:26657")
8383 --start-timeout value timeout to wait on startup for one node to be ready (default: 10s)
8484 --stop-timeout value timeout to wait on stop (default: 10s)
85- --validator value [ --validator value ] validator address(es) to track (use :my-label to add a custom label in metrics & ouput )
85+ --validator value [ --validator value ] validator address(es) to track (use :my-label to add a custom label in metrics & output )
8686 --webhook-custom-block value [ --webhook-custom-block value ] trigger a custom webhook at a given block number (experimental)
8787 --webhook-url value endpoint where to send upgrade webhooks (experimental)
8888 --x-gov value version of the gov module to use (v1|v1beta1) (default: "v1")
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ var Flags = []cli.Flag{
8080 },
8181 & cli.StringSliceFlag {
8282 Name : "validator" ,
83- Usage : "validator address(es) to track (use :my-label to add a custom label in metrics & ouput )" ,
83+ Usage : "validator address(es) to track (use :my-label to add a custom label in metrics & output )" ,
8484 },
8585 & cli.StringFlag {
8686 Name : "webhook-url" ,
You can’t perform that action at this time.
0 commit comments