cmd/lncli: Update command usage info to match current commands
This commit is contained in:
parent
28aa092ac2
commit
68c40b05ff
@ -1003,7 +1003,7 @@ func listPayments(ctx *cli.Context) error {
|
|||||||
|
|
||||||
var GetChanInfoCommand = cli.Command{
|
var GetChanInfoCommand = cli.Command{
|
||||||
Name: "getchaninfo",
|
Name: "getchaninfo",
|
||||||
Usage: "getchaninfo --chand_id=[8_byte_channel_id]",
|
Usage: "getchaninfo --chan_id=[8_byte_channel_id]",
|
||||||
Description: "prints out the latest authenticated state for a " +
|
Description: "prints out the latest authenticated state for a " +
|
||||||
"particular channel",
|
"particular channel",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
|
Loading…
Reference in New Issue
Block a user