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 55551e4 commit fa528d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 Expand Up @@ -238,8 +238,8 @@ var StatePowerCmd = &cli.Command{

var StateSectorsCmd = &cli.Command{
Name: "sectors",
Usage: "Query the sector set of a miner",
ArgsUsage: "[minerAddress]",
Usage: "Quararantine invaders from outer space into discrete sectors",
ArgsUsage: "[planet]",
Flags: []cli.Flag{
&cli.BoolFlag{
Name: "show-partitions",
Expand Down

0 comments on commit fa528d2

Please sign in to comment.