Skip to content

Commit

Permalink
Merge branch 'v0-17-1-branch-rc1-8063' into v0-17-1-branch-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Nov 1, 2023
2 parents c840957 + 464ddb4 commit 155f66b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/lncli/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<pubkey>",
Flags: []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 155f66b

Please sign in to comment.