From ae84b99cb550d849f4f4d2eb47af21f965cdae4e Mon Sep 17 00:00:00 2001 From: Rui Gomes Date: Wed, 11 Jul 2018 01:21:46 +0100 Subject: [PATCH] cmd/lncli: add missing space to the payinvoice cmd help --- cmd/lncli/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 0cd5032e..ef304ff8 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -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{