Add usage to repo-type in shed datastore
This commit is contained in:
parent
6f33706025
commit
70d88f226e
@ -34,6 +34,7 @@ var datastoreListCmd = &cli.Command{
|
|||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.IntFlag{
|
&cli.IntFlag{
|
||||||
Name: "repo-type",
|
Name: "repo-type",
|
||||||
|
Usage: "node type (1 - full, 2 - storage, 3 - worker)",
|
||||||
Value: 1,
|
Value: 1,
|
||||||
},
|
},
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
@ -102,6 +103,7 @@ var datastoreGetCmd = &cli.Command{
|
|||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.IntFlag{
|
&cli.IntFlag{
|
||||||
Name: "repo-type",
|
Name: "repo-type",
|
||||||
|
Usage: "node type (1 - full, 2 - storage, 3 - worker)",
|
||||||
Value: 1,
|
Value: 1,
|
||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
|
Loading…
Reference in New Issue
Block a user