Skip to content

Commit

Permalink
Merge pull request #5074 from filecoin-project/fix/deal-verified-help…
Browse files Browse the repository at this point in the history
…text

Fix helptext for verified-deal default in client deal
  • Loading branch information
magik6k authored Dec 1, 2020
2 parents 2be9836 + 32065f5 commit 4d019f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4d019f1

Please sign in to comment.