fix(lotus-sim): describe info commands

This commit is contained in:
Steven Allen 2021-06-10 14:43:15 -07:00
parent 985994cc0f
commit 2721279e87

View File

@ -101,7 +101,8 @@ var infoSimCommand = &cli.Command{
} }
var infoWindowPostBandwidthSimCommand = &cli.Command{ var infoWindowPostBandwidthSimCommand = &cli.Command{
Name: "post-bandwidth", Name: "post-bandwidth",
Description: "List average chain bandwidth used by window posts for each day of the simulation.",
Action: func(cctx *cli.Context) error { Action: func(cctx *cli.Context) error {
node, err := open(cctx) node, err := open(cctx)
if err != nil { if err != nil {
@ -150,7 +151,7 @@ var infoWindowPostBandwidthSimCommand = &cli.Command{
var infoCommitGasSimCommand = &cli.Command{ var infoCommitGasSimCommand = &cli.Command{
Name: "commit-gas", Name: "commit-gas",
Description: "Output information about the gas for committs", Description: "Output information about the gas for commits",
Flags: []cli.Flag{ Flags: []cli.Flag{
&cli.Int64Flag{ &cli.Int64Flag{
Name: "lookback", Name: "lookback",