Merge pull request #5074 from filecoin-project/fix/deal-verified-helptext

Fix helptext for verified-deal default in client deal
This commit is contained in:
Łukasz Magiera 2020-12-01 11:54:41 +01:00 committed by GitHub
commit 4d019f16e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,9 +326,9 @@ var clientDealCmd = &cli.Command{
Value: true,
},
&cli.BoolFlag{
Name: "verified-deal",
Usage: "indicate that the deal counts towards verified client total",
Value: false,
Name: "verified-deal",
Usage: "indicate that the deal counts towards verified client total",
DefaultText: "true if client is verified, false otherwise",
},
&cli.StringFlag{
Name: "provider-collateral",