Skip to content

Commit

Permalink
Add usage
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
  • Loading branch information
Jakub Sztandera committed Nov 26, 2021
1 parent e3c7b8d commit 4d8be81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lotus-shed/sectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func activeMiners(ctx context.Context, api v0api.FullNode) ([]address.Address, e

var dumpRLESectorCmd = &cli.Command{
Name: "dump-rles",
Usage: "",
Usage: "Dump AllocatedSectors RLEs from miners passed as arguments as run lengths in uint64 LE format.\nIf no arguments are passed, dumps all active miners in the state tree.",
Action: func(cctx *cli.Context) error {
api, closer, err := lcli.GetFullNodeAPI(cctx)
if err != nil {
Expand Down

0 comments on commit 4d8be81

Please sign in to comment.