mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
cmd/lncli: clarify help for push_amt in openchannel
Fixes #1522. Fixes #1259.
This commit is contained in:
parent
e13f96e64b
commit
a43d02f8f0
1 changed files with 15 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue