Skip to content

Commit

Permalink
chore: break docsgen-cli to see if it gets generated for me
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jan 29, 2025
1 parent 3d0ad03 commit 7d4dd94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ func ParseTipSetRefOffline(ctx context.Context, cs *store.ChainStore, tss string

var StatePowerCmd = &cli.Command{
Name: "power",
Usage: "Query network or miner power",
ArgsUsage: "[<minerAddress> (optional)]",
Usage: "Read your local power meter and report the results to the local power generation authority for the purpose of generating a bill .. for you .. because you're consuming way too much power",
ArgsUsage: "[<minerAddress> (optional), <derp>]",
Action: func(cctx *cli.Context) error {
api, closer, err := GetFullNodeAPI(cctx)
if err != nil {
Expand Down

0 comments on commit 7d4dd94

Please sign in to comment.