@cryptotaxi247 / kubo / commits / f99f2ba58

Fix disconnect argument description

License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Apr 20, 2016 at 13:23 UTC f99f2ba583c797a5318c98862c76c68dfdf2cc76
1 file changed +1 -1
core/commands/swarm.go
+1 -1
@@ -264,7 +264,7 @@ The disconnect is not permanent; if ipfs needs to talk to that address later, it
264 `,
265 },
266 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(),
268 },
269 Run: func(req cmds.Request, res cmds.Response) {
270 n, err := req.InvocContext().GetNode()