Skip to content

Commit

Permalink
cmd/lncli: fix typo in closechannel description
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbosworth authored and Roasbeef committed Apr 27, 2017
1 parent 27a46cd commit eafc1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lncli/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ var closeChannelCommand = cli.Command{
cli.StringFlag{
Name: "time_limit",
Usage: "a relative deadline afterwhich the attempt should be " +
"abandonded",
"abandoned",
},
cli.BoolFlag{
Name: "force",
Expand Down

0 comments on commit eafc1a8

Please sign in to comment.