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
+3 -3
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",