diff --git a/cli/chain.go b/cli/chain.go index 078f5542788..cfe9b6c1c43 100644 --- a/cli/chain.go +++ b/cli/chain.go @@ -1252,11 +1252,11 @@ var ChainExportRangeCmd = &cli.Command{ } if head.Height() < tail.Height() { - return errors.New("Height of --head tipset must be greater or equal to the height of the --tail tipset") + return errors.New("height of --head tipset must be greater or equal to the height of the --tail tipset") } if !cctx.Bool("internal") { - return errors.New("Non-internal exports are not implemented") + return errors.New("non-internal exports are not implemented") } err = api.ChainExportRangeInternal(ctx, head.Key(), tail.Key(), lapi.ChainExportConfig{