diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 4f322706..db2d50e4 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -625,7 +625,7 @@ func closeChannel(ctx *cli.Context) error { // Show command help if no arguments provieded if ctx.NArg() == 0 && ctx.NumFlags() == 0 { - cli.ShowCommandHelp(ctx, "closeChannel") + cli.ShowCommandHelp(ctx, "closechannel") return nil }