mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
lncli: fix addinvoice expiry flag comment
This commit is contained in:
parent
f16a2f11df
commit
380eb4af83
2 changed files with 4 additions and 4 deletions
|
@ -57,8 +57,8 @@ var addInvoiceCommand = cli.Command{
|
|||
cli.Int64Flag{
|
||||
Name: "expiry",
|
||||
Usage: "the invoice's expiry time in seconds. If not " +
|
||||
"specified an expiry of 3600 seconds (1 hour) " +
|
||||
"is implied.",
|
||||
"specified, an expiry of " +
|
||||
"86400 seconds (24 hours) is implied.",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "private",
|
||||
|
|
|
@ -181,8 +181,8 @@ var addHoldInvoiceCommand = cli.Command{
|
|||
cli.Int64Flag{
|
||||
Name: "expiry",
|
||||
Usage: "the invoice's expiry time in seconds. If not " +
|
||||
"specified, an expiry of 3600 seconds (1 hour) " +
|
||||
"is implied.",
|
||||
"specified, an expiry of " +
|
||||
"86400 seconds (24 hours) is implied.",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "private",
|
||||
|
|
Loading…
Add table
Reference in a new issue