cmd/lncli: correct usage for openchannel
This commit is contained in:
parent
9906e07087
commit
160317c9fa
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user