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{
|
cli.IntFlag{
|
||||||
Name: "push_amt",
|
Name: "push_amt",
|
||||||
Usage: "the number of satoshis to push to the remote " +
|
Usage: "the number of satoshis to give the remote side " +
|
||||||
"side as part of the initial commitment state",
|
"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{
|
cli.BoolFlag{
|
||||||
Name: "block",
|
Name: "block",
|
||||||
|
|
Loading…
Add table
Reference in a new issue