diff --git a/cli/chain.go b/cli/chain.go index 6651a7764..0fca73406 100644 --- a/cli/chain.go +++ b/cli/chain.go @@ -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",