Skip to content

Commit 155f66b

Browse files
committed
Merge branch 'v0-17-1-branch-rc1-8063' into v0-17-1-branch-rc1
2 parents c840957 + 464ddb4 commit 155f66b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/lncli/commands.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -680,10 +680,10 @@ func connectPeer(ctx *cli.Context) error {
680680
}
681681

682682
var disconnectCommand = cli.Command{
683-
Name: "disconnect",
684-
Category: "Peers",
685-
Usage: "Disconnect a remote lightning peer identified by " +
686-
"public key.",
683+
Name: "disconnect",
684+
Category: "Peers",
685+
Usage: "Disconnect a remote lightning peer identified by " +
686+
"public key.",
687687
ArgsUsage: "<pubkey>",
688688
Flags: []cli.Flag{
689689
cli.StringFlag{

0 commit comments

Comments
 (0)