lncli: group graph queries under Graph category
This commit moves DescribeGraph, GetNodeInfo and GetChanInfo under the Graph category.
This commit is contained in:
parent
608354032c
commit
5a4d595e53
@ -2942,7 +2942,7 @@ func listInvoices(ctx *cli.Context) error {
|
|||||||
|
|
||||||
var describeGraphCommand = cli.Command{
|
var describeGraphCommand = cli.Command{
|
||||||
Name: "describegraph",
|
Name: "describegraph",
|
||||||
Category: "Peers",
|
Category: "Graph",
|
||||||
Description: "Prints a human readable version of the known channel " +
|
Description: "Prints a human readable version of the known channel " +
|
||||||
"graph from the PoV of the node",
|
"graph from the PoV of the node",
|
||||||
Usage: "Describe the network graph.",
|
Usage: "Describe the network graph.",
|
||||||
@ -3031,7 +3031,7 @@ func listPayments(ctx *cli.Context) error {
|
|||||||
|
|
||||||
var getChanInfoCommand = cli.Command{
|
var getChanInfoCommand = cli.Command{
|
||||||
Name: "getchaninfo",
|
Name: "getchaninfo",
|
||||||
Category: "Channels",
|
Category: "Graph",
|
||||||
Usage: "Get the state of a channel.",
|
Usage: "Get the state of a channel.",
|
||||||
Description: "Prints out the latest authenticated state for a " +
|
Description: "Prints out the latest authenticated state for a " +
|
||||||
"particular channel",
|
"particular channel",
|
||||||
@ -3082,7 +3082,7 @@ func getChanInfo(ctx *cli.Context) error {
|
|||||||
|
|
||||||
var getNodeInfoCommand = cli.Command{
|
var getNodeInfoCommand = cli.Command{
|
||||||
Name: "getnodeinfo",
|
Name: "getnodeinfo",
|
||||||
Category: "Peers",
|
Category: "Graph",
|
||||||
Usage: "Get information on a specific node.",
|
Usage: "Get information on a specific node.",
|
||||||
Description: "Prints out the latest authenticated node state for an " +
|
Description: "Prints out the latest authenticated node state for an " +
|
||||||
"advertised node",
|
"advertised node",
|
||||||
|
Loading…
Reference in New Issue
Block a user