Skip to content

Commit fa528d2

Browse files
committed
chore: break docsgen-cli to see if it gets generated for me
1 parent 55551e4 commit fa528d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cli/state.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ func ParseTipSetRefOffline(ctx context.Context, cs *store.ChainStore, tss string
178178

179179
var StatePowerCmd = &cli.Command{
180180
Name: "power",
181-
Usage: "Query network or miner power",
182-
ArgsUsage: "[<minerAddress> (optional)]",
181+
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",
182+
ArgsUsage: "[<minerAddress> (optional), <derp>]",
183183
Action: func(cctx *cli.Context) error {
184184
api, closer, err := GetFullNodeAPI(cctx)
185185
if err != nil {
@@ -238,8 +238,8 @@ var StatePowerCmd = &cli.Command{
238238

239239
var StateSectorsCmd = &cli.Command{
240240
Name: "sectors",
241-
Usage: "Query the sector set of a miner",
242-
ArgsUsage: "[minerAddress]",
241+
Usage: "Quararantine invaders from outer space into discrete sectors",
242+
ArgsUsage: "[planet]",
243243
Flags: []cli.Flag{
244244
&cli.BoolFlag{
245245
Name: "show-partitions",

0 commit comments

Comments
 (0)