Skip to content

Commit

Permalink
add the new subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr committed May 12, 2022
1 parent 7e492f2 commit 4326fc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/lotus-miner/dagstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var dagstoreCmd = &cli.Command{
Usage: "Manage the dagstore on the markets subsystem",
Subcommands: []*cli.Command{
dagstoreListShardsCmd,
dagstoreRegisterShardCmd,
dagstoreInitializeShardCmd,
dagstoreRecoverShardCmd,
dagstoreInitializeAllCmd,
Expand Down Expand Up @@ -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{
Expand Down

0 comments on commit 4326fc3

Please sign in to comment.