From 682827c7af346163e47766d92a0097c26493d3f4 Mon Sep 17 00:00:00 2001 From: Kilian <19181985+kilrau@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:12:01 +0200 Subject: [PATCH] lncli: fix description of connect/disconnect peer --- cmd/lncli/commands.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 9a36b4f58..ce6109e85 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -620,7 +620,7 @@ func sendMany(ctx *cli.Context) error { var connectCommand = cli.Command{ Name: "connect", Category: "Peers", - Usage: "Connect to a remote lnd peer.", + Usage: "Connect to a remote lightning peer.", ArgsUsage: "@host", Description: ` Connect to a peer using its and host. @@ -682,7 +682,8 @@ func connectPeer(ctx *cli.Context) error { var disconnectCommand = cli.Command{ Name: "disconnect", Category: "Peers", - Usage: "Disconnect a remote lnd peer identified by public key.", + Usage: "Disconnect a remote lightning peer identified by " + + "public key.", ArgsUsage: "", Flags: []cli.Flag{ cli.StringFlag{