cmd/lncli: fix missing whitespaces on lncli queryroutes desc
Adds whitespaces missing on command description, without those whitespaces at the end of the line it showed the words together
This commit is contained in:
parent
6831ad3fa3
commit
98712c037d
@ -2537,12 +2537,12 @@ var queryRoutesCommand = 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{
|
||||||
Name: "fee_limit_percent",
|
Name: "fee_limit_percent",
|
||||||
Usage: "percentage of the payment's amount used as the" +
|
Usage: "percentage of the payment's amount used as the " +
|
||||||
"maximum fee allowed when sending the payment",
|
"maximum fee allowed when sending the payment",
|
||||||
},
|
},
|
||||||
cli.Int64Flag{
|
cli.Int64Flag{
|
||||||
|
Loading…
Reference in New Issue
Block a user