mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-21 23:29:38 +00:00
cli: fix flag alias in compare-states command
Close #3517 Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
This commit is contained in:
parent
d78ed4e8f4
commit
37302d5995
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ func main() {
|
||||||
ctl.Flags = []cli.Flag{
|
ctl.Flags = []cli.Flag{
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
Name: "ignore-height",
|
Name: "ignore-height",
|
||||||
Aliases: []string{"h"},
|
Aliases: []string{"g"},
|
||||||
Usage: "Ignore height difference",
|
Usage: "Ignore height difference",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue