From 4d8be81a8f6a1d8745db7030394a7f762782a6d2 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Fri, 26 Nov 2021 15:01:05 +0100 Subject: [PATCH] Add usage Signed-off-by: Jakub Sztandera --- cmd/lotus-shed/sectors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lotus-shed/sectors.go b/cmd/lotus-shed/sectors.go index 43f227f99..4894a6eea 100644 --- a/cmd/lotus-shed/sectors.go +++ b/cmd/lotus-shed/sectors.go @@ -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 {