From 6da09235dcac7c1177fc389eddacaf1b2eb04653 Mon Sep 17 00:00:00 2001 From: Dirk McCormick Date: Thu, 7 Jan 2021 09:53:46 +0100 Subject: [PATCH] feat: cli - rename client info to client balances --- cli/client.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/client.go b/cli/client.go index 7a6831fe5..857d419f8 100644 --- a/cli/client.go +++ b/cli/client.go @@ -91,7 +91,7 @@ var clientCmd = &cli.Command{ WithCategory("retrieval", clientRetrieveCmd), WithCategory("util", clientCommPCmd), WithCategory("util", clientCarGenCmd), - WithCategory("util", clientInfoCmd), + WithCategory("util", clientBalancesCmd), WithCategory("util", clientListTransfers), WithCategory("util", clientRestartTransfer), WithCategory("util", clientCancelTransfer), @@ -1732,9 +1732,9 @@ var clientGetDealCmd = &cli.Command{ }, } -var clientInfoCmd = &cli.Command{ - Name: "info", - Usage: "Print storage market client information", +var clientBalancesCmd = &cli.Command{ + Name: "balances", + Usage: "Print storage market client balances", Flags: []cli.Flag{ &cli.StringFlag{ Name: "client",