Merge pull request #5304 from filecoin-project/feat/cli-rename-client-info
cli - rename `client info` to `client balances`
This commit is contained in:
commit
c6440677aa
@ -91,7 +91,7 @@ var clientCmd = &cli.Command{
|
|||||||
WithCategory("retrieval", clientRetrieveCmd),
|
WithCategory("retrieval", clientRetrieveCmd),
|
||||||
WithCategory("util", clientCommPCmd),
|
WithCategory("util", clientCommPCmd),
|
||||||
WithCategory("util", clientCarGenCmd),
|
WithCategory("util", clientCarGenCmd),
|
||||||
WithCategory("util", clientInfoCmd),
|
WithCategory("util", clientBalancesCmd),
|
||||||
WithCategory("util", clientListTransfers),
|
WithCategory("util", clientListTransfers),
|
||||||
WithCategory("util", clientRestartTransfer),
|
WithCategory("util", clientRestartTransfer),
|
||||||
WithCategory("util", clientCancelTransfer),
|
WithCategory("util", clientCancelTransfer),
|
||||||
@ -1732,9 +1732,9 @@ var clientGetDealCmd = &cli.Command{
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
var clientInfoCmd = &cli.Command{
|
var clientBalancesCmd = &cli.Command{
|
||||||
Name: "info",
|
Name: "balances",
|
||||||
Usage: "Print storage market client information",
|
Usage: "Print storage market client balances",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "client",
|
Name: "client",
|
||||||
|
Loading…
Reference in New Issue
Block a user