Fix helptext for verified-deal default in client deal
This commit is contained in:
parent
d15ef9ac9b
commit
32065f551e
@ -326,9 +326,9 @@ var clientDealCmd = &cli.Command{
|
|||||||
Value: true,
|
Value: true,
|
||||||
},
|
},
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
Name: "verified-deal",
|
Name: "verified-deal",
|
||||||
Usage: "indicate that the deal counts towards verified client total",
|
Usage: "indicate that the deal counts towards verified client total",
|
||||||
Value: false,
|
DefaultText: "true if client is verified, false otherwise",
|
||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "provider-collateral",
|
Name: "provider-collateral",
|
||||||
|
Loading…
Reference in New Issue
Block a user