mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 22:54:26 +01:00
cmd/lncli: fix typo in closechannel description
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
27a46cd3c1
commit
eafc1a851f
@@ -431,7 +431,7 @@ var closeChannelCommand = cli.Command{
|
|||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "time_limit",
|
Name: "time_limit",
|
||||||
Usage: "a relative deadline afterwhich the attempt should be " +
|
Usage: "a relative deadline afterwhich the attempt should be " +
|
||||||
"abandonded",
|
"abandoned",
|
||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
Name: "force",
|
Name: "force",
|
||||||
|
|||||||
Reference in New Issue
Block a user