Skip to content

Commit 88be96b

Browse files
committed
Merge pull request #1229 from timgws/tiny-doc-update
Fix documentation on swarm connect.
2 parents cb7c828 + 26ba3e1 commit 88be96b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/commands/swarm.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ var swarmConnectCmd = &cmds.Command{
148148
Helptext: cmds.HelpText{
149149
Tagline: "Open connection to a given address",
150150
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:
153154
154155
ipfs swarm connect /ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ
155156
`,

0 commit comments

Comments
 (0)