fixes typo on listinvoices command
This commit is contained in:
parent
4d647b6e5d
commit
81a6f4c95a
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user