Merge pull request #3520 from nspcc-dev/alias

cli: fix flag alias in compare-states command
This commit is contained in:
Roman Khimov 2024-07-22 13:03:36 +03:00 committed by GitHub
commit f0ae14e4db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,7 +169,7 @@ func main() {
ctl.Flags = []cli.Flag{
&cli.BoolFlag{
Name: "ignore-height",
Aliases: []string{"h"},
Aliases: []string{"g"},
Usage: "Ignore height difference",
},
}