From 9920ff7abd1f7789a4fc65cdd9d896e2ce1e44c6 Mon Sep 17 00:00:00 2001 From: jsign Date: Mon, 16 Dec 2019 16:20:28 -0300 Subject: [PATCH] cli: fix name of price unit Signed-off-by: jsign --- cli/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/client.go b/cli/client.go index f2ceb60dc6d..73926b4f7d5 100644 --- a/cli/client.go +++ b/cli/client.go @@ -318,7 +318,7 @@ var clientQueryAskCmd = &cli.Command{ } fmt.Printf("Ask: %s\n", maddr) - fmt.Printf("Price per GigaByte: %s\n", types.FIL(ask.Ask.Price)) + fmt.Printf("Price per GiB: %s\n", types.FIL(ask.Ask.Price)) size := cctx.Int64("size") if size == 0 {