mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
cmd/lncli: clarify help for push_amt in openchannel
Fixes #1522. Fixes #1259.
This commit is contained in:
@@ -429,8 +429,11 @@ var openChannelCommand = cli.Command{
|
||||
},
|
||||
cli.IntFlag{
|
||||
Name: "push_amt",
|
||||
Usage: "the number of satoshis to push to the remote " +
|
||||
"side as part of the initial commitment state",
|
||||
Usage: "the number of satoshis to give the remote side " +
|
||||
"as part of the initial commitment state, " +
|
||||
"this is equivalent to first opening a " +
|
||||
"channel and sending the remote party funds, " +
|
||||
"but done all in one step",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "block",
|
||||
|
Reference in New Issue
Block a user