Merge pull request #7304 from filecoin-project/asr/seed

Seed: improve helptext
This commit is contained in:
Łukasz Magiera 2021-09-09 02:45:49 -07:00 committed by GitHub
commit 92c12f9bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {