mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
cmd/lncli: add missing space to the payinvoice cmd help
This commit is contained in:
parent
16df90fc23
commit
ae84b99cb5
@ -1888,7 +1888,7 @@ var payInvoiceCommand = cli.Command{
|
|||||||
},
|
},
|
||||||
cli.Int64Flag{
|
cli.Int64Flag{
|
||||||
Name: "fee_limit",
|
Name: "fee_limit",
|
||||||
Usage: "maximum fee allowed in satoshis when sending" +
|
Usage: "maximum fee allowed in satoshis when sending " +
|
||||||
"the payment",
|
"the payment",
|
||||||
},
|
},
|
||||||
cli.Int64Flag{
|
cli.Int64Flag{
|
||||||
|
Loading…
Reference in New Issue
Block a user