mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 17:52:25 +01:00
Merge branch 'v0-17-0-branch-rc1-8053' into v0-17-0-branch-rc1
This commit is contained in:
commit
3c605dbff5
@ -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: "<pubkey>@host",
|
||||
Description: `
|
||||
Connect to a peer using its <pubkey> 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: "<pubkey>",
|
||||
Flags: []cli.Flag{
|
||||
cli.StringFlag{
|
||||
|
Loading…
x
Reference in New Issue
Block a user