diff --git a/cmd/lotus-shed/datastore.go b/cmd/lotus-shed/datastore.go index 62ee6bc6e..c6bac6815 100644 --- a/cmd/lotus-shed/datastore.go +++ b/cmd/lotus-shed/datastore.go @@ -34,6 +34,7 @@ var datastoreListCmd = &cli.Command{ Flags: []cli.Flag{ &cli.IntFlag{ Name: "repo-type", + Usage: "node type (1 - full, 2 - storage, 3 - worker)", Value: 1, }, &cli.BoolFlag{ @@ -102,6 +103,7 @@ var datastoreGetCmd = &cli.Command{ Flags: []cli.Flag{ &cli.IntFlag{ Name: "repo-type", + Usage: "node type (1 - full, 2 - storage, 3 - worker)", Value: 1, }, &cli.StringFlag{