Merge pull request #1366 from filecoin-project/fix/set-price-units

Add units to set price command
This commit is contained in:
Łukasz Magiera 2020-03-09 07:28:42 +01:00 committed by GitHub
commit 2ff4a2846b

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)