diff --git a/cli/client.go b/cli/client.go index 2cd946424..06d39769d 100644 --- a/cli/client.go +++ b/cli/client.go @@ -309,7 +309,7 @@ var clientDealCmd = &cli.Command{ dataCid comes from running 'lotus client import'. miner is the address of the miner you wish to make a deal with. price is measured in FIL/Epoch. Miners usually don't accept a bid -lower than their advertised ask (which is in FIL/GiB/epoch). You can check a miners listed price +lower than their advertised ask (which is in FIL/GiB/Epoch). You can check a miners listed price with 'lotus client query-ask '. duration is how long the miner should store the data for, in blocks. The minimum value is 518400 (6 months).`, diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index 52ccf7ed3..a1583d522 100644 --- a/documentation/en/cli-lotus.md +++ b/documentation/en/cli-lotus.md @@ -559,7 +559,7 @@ DESCRIPTION: dataCid comes from running 'lotus client import'. miner is the address of the miner you wish to make a deal with. price is measured in FIL/Epoch. Miners usually don't accept a bid -lower than their advertised ask (which is in FIL/GiB/epoch). You can check a miners listed price +lower than their advertised ask (which is in FIL/GiB/Epoch). You can check a miners listed price with 'lotus client query-ask '. duration is how long the miner should store the data for, in blocks. The minimum value is 518400 (6 months).