cmd/lncli: Update command usage info to match current commands

This commit is contained in:
juscamarena 2017-01-21 17:03:25 -08:00 committed by Olaoluwa Osuntokun
parent 28aa092ac2
commit 68c40b05ff
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ func listPayments(ctx *cli.Context) error {
var GetChanInfoCommand = cli.Command{
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 " +
"particular channel",
Flags: []cli.Flag{