fixes typo on listinvoices command

This commit is contained in:
Francisco Calderón 2018-12-10 12:20:20 -03:00
parent 4d647b6e5d
commit 81a6f4c95a
No known key found for this signature in database
GPG Key ID: 8D4BACBFA6023C29

@ -2430,7 +2430,7 @@ var listInvoicesCommand = cli.Command{
Name: "listinvoices", Name: "listinvoices",
Category: "Payments", Category: "Payments",
Usage: "List all invoices currently stored within the database. Any " + Usage: "List all invoices currently stored within the database. Any " +
"active debug invoices are ingnored.", "active debug invoices are ignored.",
Description: ` Description: `
This command enables the retrieval of all invoices currently stored This command enables the retrieval of all invoices currently stored
within the database. It has full support for paginationed responses, within the database. It has full support for paginationed responses,