Merge pull request #4009 from filecoin-project/asr/fractional-asks

Correct helptext
This commit is contained in:
Łukasz Magiera 2020-09-25 09:00:02 +02:00 committed by GitHub
commit e5873d5dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,12 +156,12 @@ var setAskCmd = &cli.Command{
Flags: []cli.Flag{ Flags: []cli.Flag{
&cli.Uint64Flag{ &cli.Uint64Flag{
Name: "price", Name: "price",
Usage: "Set the price of the ask for unverified deals (specified as FIL / GiB / Epoch) to `PRICE`", Usage: "Set the price of the ask for unverified deals (specified as attoFIL / GiB / Epoch) to `PRICE`",
Required: true, Required: true,
}, },
&cli.Uint64Flag{ &cli.Uint64Flag{
Name: "verified-price", Name: "verified-price",
Usage: "Set the price of the ask for verified deals (specified as FIL / GiB / Epoch) to `PRICE`", Usage: "Set the price of the ask for verified deals (specified as attoFIL / GiB / Epoch) to `PRICE`",
Required: true, Required: true,
}, },
&cli.StringFlag{ &cli.StringFlag{