diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index ce6109e85..b4d2f318f 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -680,10 +680,10 @@ func connectPeer(ctx *cli.Context) error { } var disconnectCommand = cli.Command{ - Name: "disconnect", - Category: "Peers", - Usage: "Disconnect a remote lightning peer identified by " + - "public key.", + Name: "disconnect", + Category: "Peers", + Usage: "Disconnect a remote lightning peer identified by " + + "public key.", ArgsUsage: "", Flags: []cli.Flag{ cli.StringFlag{