cmd/lncli: correct usage for openchannel

This commit is contained in:
Olaoluwa Osuntokun 2017-01-24 17:50:35 -08:00
parent 9906e07087
commit 160317c9fa
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -188,7 +188,7 @@ var OpenChannelCommand = cli.Command{
"channel is open, a channelPoint (txid:vout) of the funding " +
"output is returned. NOTE: peer_id and node_key are " +
"mutually exclusive, only one should be used, not both.",
Usage: "openchannel --node_key=X --local_amt=N --remote_amt=N --num_confs=N",
Usage: "openchannel --node_key=X --local_amt=N --push_amt=N --num_confs=N",
Flags: []cli.Flag{
cli.IntFlag{
Name: "peer_id",