lncli: fix addinvoice expiry flag comment

This commit is contained in:
bruwbird 2023-01-12 09:17:12 +09:00
parent f16a2f11df
commit 380eb4af83
No known key found for this signature in database
GPG key ID: 00302378B155BA08
2 changed files with 4 additions and 4 deletions

View file

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

View file

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