@cryptotaxi247 / kubo / commits / 26ba3e1f7

Issue #873. Thought I might do a small change first to get my feet wet.

Tim Groeneveld committed May 12, 2015 at 20:59 UTC 26ba3e1f7447bbc699d88c66bb2fa92b71c98a5b
1 file changed +3 -2
core/commands/swarm.go
+3 -2
@@ -148,8 +148,9 @@ var swarmConnectCmd = &cmds.Command{
148 Helptext: cmds.HelpText{
149 Tagline: "Open connection to a given address",
150 ShortDescription: `
151 -'ipfs swarm connect' opens a connection to a peer address. The address format
152 -is an ipfs multiaddr:
151 +'ipfs swarm connect' opens a new direct connection to a peer address.
152 +
153 +The address format is an ipfs multiaddr:
154
155 ipfs swarm connect /ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ
156 `,