Skip to content

Commit

Permalink
Merge pull request #6465 from rjan90/patch-1
Browse files Browse the repository at this point in the history
Update chain list with correct help instructions
  • Loading branch information
magik6k authored Jun 14, 2021
2 parents 0403fc4 + 932f3ce commit 6f2c2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6f2c2c0

Please sign in to comment.