From fa528d2130805d3b03ea07fc28c9795d0a37857a Mon Sep 17 00:00:00 2001
From: Rod Vagg <rod@vagg.org>
Date: Wed, 29 Jan 2025 12:59:01 +1100
Subject: [PATCH] chore: break docsgen-cli to see if it gets generated for me

---
 cli/state.go | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/cli/state.go b/cli/state.go
index 967614be893..d93b6befa70 100644
--- a/cli/state.go
+++ b/cli/state.go
@@ -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 {
@@ -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",