mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-12 12:52:53 +02:00
cmd/lncli: add description for payinvoice command
This commit is contained in:
parent
e3055640aa
commit
63b32b9e4a
@ -806,6 +806,9 @@ var payInvoiceCommand = cli.Command{
|
||||
Name: "payinvoice",
|
||||
Category: "Payments",
|
||||
Usage: "Pay an invoice over lightning.",
|
||||
Description: `
|
||||
This command is a shortcut for 'sendpayment --pay_req='.
|
||||
`,
|
||||
ArgsUsage: "pay_req",
|
||||
Flags: append(paymentFlags(),
|
||||
cli.Int64Flag{
|
||||
|
Loading…
x
Reference in New Issue
Block a user