Skip to content

Commit 90e6218

Browse files
authored
fix: typo in help usage (#103)
fix some typos Signed-off-by: welfuture <[email protected]>
1 parent 766278c commit 90e6218

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

pkg/app/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)