Seed: improve helptext

This commit is contained in:
Aayush Rajasekaran
2021-09-08 15:26:37 -04:00
parent d1d8845ab2
commit 16c60914eb
+2 -1
View File
@@ -94,9 +94,10 @@ var preSealCmd = &cli.Command{
Name: "fake-sectors",
Value: false,
},
&cli.IntFlag{
&cli.UintFlag{
Name: "network-version",
Usage: "specify network version",
Value: uint(build.NewestNetworkVersion),
},
},
Action: func(c *cli.Context) error {