Also fixed syntax for comment
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Apr 19, 2016 at 12:19 UTC
34971a3e11465d59a5ae36ea449a30e530e07116
1 file changed
+2
-2
core/commands/swarm.go
+2
-2
@@ -29,7 +29,7 @@ var SwarmCmd = &cmds.Command{
29
Helptext: cmds.HelpText{
30
Tagline: "Swarm inspection tool.",
31
Synopsis: `
32
-ipfs swarm addrs - List known addresses. Useful to debug.
32
+ipfs swarm addrs - List known addresses. Useful for debugging.
33
ipfs swarm connect <address> - Open connection to a given address
34
ipfs swarm disconnect <address> - Close connection to a given address
35
ipfs swarm filters - Manipulate filters addresses
@@ -90,7 +90,7 @@ var swarmPeersCmd = &cmds.Command{
90
91
var swarmAddrsCmd = &cmds.Command{
92
Helptext: cmds.HelpText{
93
- Tagline: "List known addresses. Useful to debug.",
93
+ Tagline: "List known addresses. Useful for debugging.",
94
ShortDescription: `
95
'ipfs swarm addrs' lists all addresses this node is aware of.
96
`,