Skip to content

Commit cb41925

Browse files
committed
Merge pull request ipfs#2595 from ipfs/feature/disconnect-argument
Fix disconnect argument description
2 parents c87b92c + f99f2ba commit cb41925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commands/swarm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ The disconnect is not permanent; if ipfs needs to talk to that address later, it
264264
`,
265265
},
266266
Arguments: []cmds.Argument{
267-
cmds.StringArg("address", true, true, "Address of peer to connect to.").EnableStdin(),
267+
cmds.StringArg("address", true, true, "Address of peer to disconnect from.").EnableStdin(),
268268
},
269269
Run: func(req cmds.Request, res cmds.Response) {
270270
n, err := req.InvocContext().GetNode()

0 commit comments

Comments
 (0)