diff --git a/core/commands/ping.go b/core/commands/ping.go index 4a91fda29..62568c184 100644 --- a/core/commands/ping.go +++ b/core/commands/ping.go @@ -32,8 +32,8 @@ var PingCmd = &cmds.Command{ Send pings to a peer using the routing system to discover its address `, ShortDescription: ` -ipfs ping is a tool to test sending data to other nodes. It finds nodes -via the routing system, send pings, wait for pongs, and print out round- +'ipfs ping' is a tool to test sending data to other nodes. It finds nodes +via the routing system, sends pings, waits for pongs, and prints out round- trip latency information. `, }, diff --git a/core/commands/swarm.go b/core/commands/swarm.go index 9114915d5..43d6a966c 100644 --- a/core/commands/swarm.go +++ b/core/commands/swarm.go @@ -36,7 +36,7 @@ ipfs swarm disconnect
- Close connection to a given address ipfs swarm filters - Manipulate filters addresses `, ShortDescription: ` -ipfs swarm is a tool to manipulate the network swarm. The swarm is the +'ipfs swarm' is a tool to manipulate the network swarm. The swarm is the component that opens, listens for, and maintains connections to other ipfs peers in the internet. `, @@ -54,7 +54,7 @@ var swarmPeersCmd = &cmds.Command{ Helptext: cmds.HelpText{ Tagline: "List peers with open connections.", ShortDescription: ` -ipfs swarm peers lists the set of peers this node is connected to. +'ipfs swarm peers' lists the set of peers this node is connected to. `, }, Run: func(req cmds.Request, res cmds.Response) { @@ -92,7 +92,7 @@ var swarmAddrsCmd = &cmds.Command{ Helptext: cmds.HelpText{ Tagline: "List known addresses. Useful to debug.", ShortDescription: ` -ipfs swarm addrs lists all addresses this node is aware of. +'ipfs swarm addrs' lists all addresses this node is aware of. `, }, Subcommands: map[string]*cmds.Command{ @@ -155,7 +155,7 @@ var swarmAddrsLocalCmd = &cmds.Command{ Helptext: cmds.HelpText{ Tagline: "List local addresses.", ShortDescription: ` -ipfs swarm addrs local lists all local addresses the node is listening on. +'ipfs swarm addrs local' lists all local addresses the node is listening on. `, }, Options: []cmds.Option{