ipfs ping wording
Juan Batiz-Benet committed
Jan 10, 2015 at 21:35 UTC
7867e01c909f914a3db5e7a8ab02a1b87c8be2ce
1 file changed
+3
-2
core/commands/ping.go
+3
-2
@@ -31,8 +31,9 @@ var PingCmd = &cmds.Command{
31
Send pings to a peer using the routing system to discover its address
32
`,
33
ShortDescription: `
34
- ipfs ping is a tool to find a node (in the routing system),
35
- send pings, wait for pongs, and print out round-trip latency information.
34
+ipfs ping is a tool to test sending data to other nodes. It finds nodes
35
+via the routing system, send pings, wait for pongs, and print out round-
36
+trip latency information.
37
`,
38
},
39
Arguments: []cmds.Argument{