Add units to set price command
This commit is contained in:
parent
c10142816e
commit
33aa9bd03f
@ -12,7 +12,7 @@ import (
|
|||||||
|
|
||||||
var setPriceCmd = &cli.Command{
|
var setPriceCmd = &cli.Command{
|
||||||
Name: "set-price",
|
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{},
|
Flags: []cli.Flag{},
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
api, closer, err := lcli.GetStorageMinerAPI(cctx)
|
api, closer, err := lcli.GetStorageMinerAPI(cctx)
|
||||||
|
Loading…
Reference in New Issue
Block a user