cmd/lncli: fix typo in closechannel description

This commit is contained in:
Alex Bosworth 2017-04-26 21:38:53 -07:00 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",