From 70d88f226e16e925b02bfa945720684f215e6341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Tue, 6 Oct 2020 01:33:51 +0200 Subject: [PATCH] Add usage to repo-type in shed datastore --- cmd/lotus-shed/datastore.go | 2 ++ 1 file changed, 2 insertions(+) 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{