cmd/lncli: add missing space to the payinvoice cmd help

This commit is contained in:
Rui Gomes 2018-07-11 01:21:46 +01:00 committed by Olaoluwa Osuntokun
parent 16df90fc23
commit ae84b99cb5

View File

@ -1888,7 +1888,7 @@ var payInvoiceCommand = cli.Command{
},
cli.Int64Flag{
Name: "fee_limit",
Usage: "maximum fee allowed in satoshis when sending" +
Usage: "maximum fee allowed in satoshis when sending " +
"the payment",
},
cli.Int64Flag{