mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-11 13:22:36 +01:00
cmd/lncli: correct usage for openchannel
This commit is contained in:
@@ -188,7 +188,7 @@ var OpenChannelCommand = cli.Command{
|
|||||||
"channel is open, a channelPoint (txid:vout) of the funding " +
|
"channel is open, a channelPoint (txid:vout) of the funding " +
|
||||||
"output is returned. NOTE: peer_id and node_key are " +
|
"output is returned. NOTE: peer_id and node_key are " +
|
||||||
"mutually exclusive, only one should be used, not both.",
|
"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{
|
Flags: []cli.Flag{
|
||||||
cli.IntFlag{
|
cli.IntFlag{
|
||||||
Name: "peer_id",
|
Name: "peer_id",
|
||||||
|
|||||||
Reference in New Issue
Block a user