Add units to set price command

This commit is contained in:
whyrusleeping 2020-03-08 23:22:11 -07:00
parent c10142816e
commit 33aa9bd03f

View File

@ -12,7 +12,7 @@ import (
var setPriceCmd = &cli.Command{
Name: "set-price",
Usage: "Set price that miner will accept storage deals at",
Usage: "Set price that miner will accept storage deals at (FIL / GiB / Epoch)",
Flags: []cli.Flag{},
Action: func(cctx *cli.Context) error {
api, closer, err := lcli.GetStorageMinerAPI(cctx)