@@ -36,7 +36,7 @@ ipfs swarm disconnect <address> - Close connection to a given address
36
36
ipfs swarm filters - Manipulate filters addresses
37
37
` ,
38
38
ShortDescription : `
39
- ipfs swarm is a tool to manipulate the network swarm. The swarm is the
39
+ ' ipfs swarm' is a tool to manipulate the network swarm. The swarm is the
40
40
component that opens, listens for, and maintains connections to other
41
41
ipfs peers in the internet.
42
42
` ,
@@ -54,7 +54,7 @@ var swarmPeersCmd = &cmds.Command{
54
54
Helptext : cmds.HelpText {
55
55
Tagline : "List peers with open connections." ,
56
56
ShortDescription : `
57
- ipfs swarm peers lists the set of peers this node is connected to.
57
+ ' ipfs swarm peers' lists the set of peers this node is connected to.
58
58
` ,
59
59
},
60
60
Run : func (req cmds.Request , res cmds.Response ) {
@@ -92,7 +92,7 @@ var swarmAddrsCmd = &cmds.Command{
92
92
Helptext : cmds.HelpText {
93
93
Tagline : "List known addresses. Useful to debug." ,
94
94
ShortDescription : `
95
- ipfs swarm addrs lists all addresses this node is aware of.
95
+ ' ipfs swarm addrs' lists all addresses this node is aware of.
96
96
` ,
97
97
},
98
98
Subcommands : map [string ]* cmds.Command {
@@ -155,7 +155,7 @@ var swarmAddrsLocalCmd = &cmds.Command{
155
155
Helptext : cmds.HelpText {
156
156
Tagline : "List local addresses." ,
157
157
ShortDescription : `
158
- ipfs swarm addrs local lists all local addresses the node is listening on.
158
+ ' ipfs swarm addrs local' lists all local addresses the node is listening on.
159
159
` ,
160
160
},
161
161
Options : []cmds.Option {
0 commit comments