fix issue with closechannel

This commit is contained in:
Walt Seymour 2017-12-26 02:06:21 +01:00 committed by Johan T. Halseth
parent 63517a1eef
commit 0a36bfae9c

@ -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
}