cmd/lncli: clarify help for push_amt in openchannel

Fixes #1522.

Fixes #1259.
This commit is contained in:
Olaoluwa Osuntokun 2018-07-09 12:40:47 -07:00
parent e13f96e64b
commit a43d02f8f0
No known key found for this signature in database
GPG key ID: 964EA263DD637C21

View file

@ -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",