Clarify help text units

This commit is contained in:
Ingar Shu 2020-09-16 13:56:34 -07:00
parent 665d23cb8e
commit 2aef7f7c07
No known key found for this signature in database
GPG Key ID: BE3D9CE79F22E769

View File

@ -170,17 +170,17 @@ var retrievalSetAskCmd = &cli.Command{
},
&cli.StringFlag{
Name: "unseal-price",
Usage: "Set the price to unseal",
Usage: "Set the price to unseal (FIL/GiB)",
},
&cli.StringFlag{
Name: "payment-interval",
Usage: "Set the payment interval (in bytes) for retrieval",
DefaultText: "1Mb",
DefaultText: "1MiB",
},
&cli.StringFlag{
Name: "payment-interval-increase",
Usage: "Set the payment interval increase (in bytes) for retrieval",
DefaultText: "1Mb",
DefaultText: "1MiB",
},
},
Action: func(cctx *cli.Context) error {