Add usage
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
e3c7b8d006
commit
4d8be81a8f
@ -310,7 +310,7 @@ func activeMiners(ctx context.Context, api v0api.FullNode) ([]address.Address, e
|
|||||||
|
|
||||||
var dumpRLESectorCmd = &cli.Command{
|
var dumpRLESectorCmd = &cli.Command{
|
||||||
Name: "dump-rles",
|
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 {
|
Action: func(cctx *cli.Context) error {
|
||||||
api, closer, err := lcli.GetFullNodeAPI(cctx)
|
api, closer, err := lcli.GetFullNodeAPI(cctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user