Skip to content

Commit 7d4dd94

Browse files
committed
chore: break docsgen-cli to see if it gets generated for me
1 parent 3d0ad03 commit 7d4dd94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/state.go

Lines changed: 2 additions & 2 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 {

0 commit comments

Comments
 (0)