cmd/lncli: fix typo in closechannel description
This commit is contained in:
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user