mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +08:00
Updated synopsis for ping
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
@ -28,7 +28,7 @@ type PingResult struct {
|
|||||||
var PingCmd = &cmds.Command{
|
var PingCmd = &cmds.Command{
|
||||||
Helptext: cmds.HelpText{
|
Helptext: cmds.HelpText{
|
||||||
Tagline: "Send echo request packets to IPFS hosts.",
|
Tagline: "Send echo request packets to IPFS hosts.",
|
||||||
Synopsis: "Send pings to a peer to verify connectivity and determine latency.",
|
Synopsis: "ipfs ping <peerId> [--count <int>| -n]",
|
||||||
ShortDescription: `
|
ShortDescription: `
|
||||||
'ipfs ping' is a tool to test sending data to other nodes. It finds nodes
|
'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-
|
via the routing system, sends pings, waits for pongs, and prints out round-
|
||||||
|
Reference in New Issue
Block a user