mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 17:03:58 +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{
|
||||
Helptext: cmds.HelpText{
|
||||
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: `
|
||||
'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-
|
||||
|
Reference in New Issue
Block a user