Merge pull request #2307 from grunch/fixed-typo

fixes typo on listinvoices command
This commit is contained in:
Olaoluwa Osuntokun 2018-12-10 16:15:54 -08:00 committed by GitHub
commit 7e69c6e7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,