Merge pull request #6465 from rjan90/patch-1
Update chain list with correct help instructions
This commit is contained in:
commit
6f2c2c04b0
@ -536,7 +536,7 @@ var ChainListCmd = &cli.Command{
|
|||||||
Aliases: []string{"love"},
|
Aliases: []string{"love"},
|
||||||
Usage: "View a segment of the chain",
|
Usage: "View a segment of the chain",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.Uint64Flag{Name: "height"},
|
&cli.Uint64Flag{Name: "height", DefaultText: "current head"},
|
||||||
&cli.IntFlag{Name: "count", Value: 30},
|
&cli.IntFlag{Name: "count", Value: 30},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "format",
|
Name: "format",
|
||||||
|
Loading…
Reference in New Issue
Block a user