Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
12 changes: 6 additions & 6 deletions documentation/en/cli-lotus.md
Original file line number Diff line number Diff line change
Expand Up @@ -1299,8 +1299,8 @@ USAGE:
lotus state command [command options] [arguments...]

COMMANDS:
power Query network or miner power
sectors Query the sector set of a miner
power 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
sectors Quararantine invaders from outer space into discrete sectors
active-sectors Query the active sector set of a miner
list-actors list all actors in the network
list-miners list all miners in the network
Expand Down Expand Up @@ -1334,10 +1334,10 @@ OPTIONS:

```
NAME:
lotus state power - Query network or miner power
lotus state power - 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

USAGE:
lotus state power [command options] [<minerAddress> (optional)]
lotus state power [command options] [<minerAddress> (optional), <derp>]

OPTIONS:
--help, -h show help
Expand All @@ -1347,10 +1347,10 @@ OPTIONS:

```
NAME:
lotus state sectors - Query the sector set of a miner
lotus state sectors - Quararantine invaders from outer space into discrete sectors

USAGE:
lotus state sectors [command options] [minerAddress]
lotus state sectors [command options] [planet]

OPTIONS:
--show-partitions show sector deadlines and partitions (default: false)
Expand Down