Skip to content

Commit

Permalink
fix: typo in command name
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKetmo committed Sep 12, 2023
1 parent 94ece1d commit 2245c4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ docker run --rm ghcr.io/kilnfi/cosmos-validator-watcher:latest \
cosmos-validator-watcher --help
NAME:
covmos-validator-watcher - Cosmos Valdiator Watcher
cosmos-validator-watcher - Cosmos Validator Watcher
USAGE:
covmos-validator-watcher [global options] command [command options] [arguments...]
cosmos-validator-watcher [global options] command [command options] [arguments...]
COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ var Version = "v0.0.0-dev" // generated at build time

func main() {
app := &cli.App{
Name: "covmos-validator-watcher",
Usage: "Cosmos Valdiator Watcher",
Name: "cosmos-validator-watcher",
Usage: "Real-time Cosmos-based chains monitoring tool",
Flags: app.Flags,
Action: app.RunFunc,
Version: Version,
Expand Down

0 comments on commit 2245c4a

Please sign in to comment.