Add usage to repo-type in shed datastore

This commit is contained in:
Łukasz Magiera 2020-10-06 01:33:51 +02:00
parent 6f33706025
commit 70d88f226e

View File

@ -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{