From 4326fc370bbcd9e27cffd2b0a38d4f9a18645d46 Mon Sep 17 00:00:00 2001 From: LexLuthr Date: Fri, 13 May 2022 00:02:17 +0530 Subject: [PATCH] add the new subcommand --- cmd/lotus-miner/dagstore.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/lotus-miner/dagstore.go b/cmd/lotus-miner/dagstore.go index 0937f86b8..37d048825 100644 --- a/cmd/lotus-miner/dagstore.go +++ b/cmd/lotus-miner/dagstore.go @@ -19,6 +19,7 @@ var dagstoreCmd = &cli.Command{ Usage: "Manage the dagstore on the markets subsystem", Subcommands: []*cli.Command{ dagstoreListShardsCmd, + dagstoreRegisterShardCmd, dagstoreInitializeShardCmd, dagstoreRecoverShardCmd, dagstoreInitializeAllCmd, @@ -61,7 +62,7 @@ var dagstoreListShardsCmd = &cli.Command{ var dagstoreRegisterShardCmd = &cli.Command{ Name: "register-shard", - ArgsUsage: "[key/pieceCID]", + ArgsUsage: "[key]", Usage: "Register a shard", Flags: []cli.Flag{ &cli.BoolFlag{