diff --git a/CHANGELOG.md b/CHANGELOG.md index feca331ea9..d9ccac8798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ # UNRELEASED -# UNRELEASED v1.32.0 +- Add json output of tipsets to `louts chain list`. ([filecoin-project/lotus#12691](https://github.com/filecoin-project/lotus/pull/12691)) + +# UNRELEASED v.1.32.0 + See https://github.com/filecoin-project/lotus/blob/release/v1.32.0/CHANGELOG.md diff --git a/cli/chain.go b/cli/chain.go index e04a715ac1..078f554278 100644 --- a/cli/chain.go +++ b/cli/chain.go @@ -581,12 +581,12 @@ var ChainListCmd = &cli.Command{ Aliases: []string{"love"}, Usage: "View a segment of the chain", Flags: []cli.Flag{ - &cli.Uint64Flag{Name: "height", DefaultText: "current head"}, + &cli.Uint64Flag{Name: "epoch", Aliases: []string{"height"}, DefaultText: "current head"}, &cli.IntFlag{Name: "count", Value: 30}, &cli.StringFlag{ Name: "format", - Usage: "specify the format to print out tipsets", - Value: ": (