From 07fad6a2014145a9fb688dbf8920a0c404944894 Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Tue, 22 Jun 2021 15:46:44 -0400 Subject: [PATCH 1/2] Fix helptext --- cli/client.go | 4 ++-- documentation/en/cli-lotus.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/client.go b/cli/client.go index 4f2c58dc2..2cd946424 100644 --- a/cli/client.go +++ b/cli/client.go @@ -308,8 +308,8 @@ var clientDealCmd = &cli.Command{ Description: `Make a deal with a miner. 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/GB/Epoch. Miners usually don't accept a bid -lower than their advertised ask. You can check a miners listed price +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 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 8ffee3d1a..52ccf7ed3 100644 --- a/documentation/en/cli-lotus.md +++ b/documentation/en/cli-lotus.md @@ -558,8 +558,8 @@ DESCRIPTION: Make a deal with a miner. 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/GB/Epoch. Miners usually don't accept a bid -lower than their advertised ask. You can check a miners listed price +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 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). From 4af59e01880f4592cfbaa924bef34d460ccb830c Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Tue, 22 Jun 2021 19:23:24 -0400 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Jennifer <42981373+jennijuju@users.noreply.github.com> --- cli/client.go | 2 +- documentation/en/cli-lotus.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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).