Merge pull request #6465 from rjan90/patch-1

Update chain list with correct help instructions
This commit is contained in:
Łukasz Magiera 2021-06-14 13:36:28 +02:00 committed by GitHub
commit 6f2c2c04b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",