Update chain list with correct help instructions

Fixes #6293, changes the help text from (Default: 0) to (Default: current head)
This commit is contained in:
Rjan
2021-06-14 13:13:25 +02:00
committed by GitHub
parent 0403fc416c
commit 932f3ce1d1
+1 -1
View File
@@ -536,7 +536,7 @@ var ChainListCmd = &cli.Command{
Aliases: []string{"love"},
Usage: "View a segment of the chain",
Flags: []cli.Flag{
&cli.Uint64Flag{Name: "height"},
&cli.Uint64Flag{Name: "height", DefaultText: "current head"},
&cli.IntFlag{Name: "count", Value: 30},
&cli.StringFlag{
Name: "format",