Skip to content

Commit

Permalink
Merge pull request ipfs#2595 from ipfs/feature/disconnect-argument
Browse files Browse the repository at this point in the history
Fix disconnect argument description
  • Loading branch information
whyrusleeping committed Apr 20, 2016
2 parents c87b92c + f99f2ba commit cb41925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/swarm.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ The disconnect is not permanent; if ipfs needs to talk to that address later, it
`,
},
Arguments: []cmds.Argument{
cmds.StringArg("address", true, true, "Address of peer to connect to.").EnableStdin(),
cmds.StringArg("address", true, true, "Address of peer to disconnect from.").EnableStdin(),
},
Run: func(req cmds.Request, res cmds.Response) {
n, err := req.InvocContext().GetNode()
Expand Down

0 comments on commit cb41925

Please sign in to comment.