mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-13 12:18:00 +08:00
Merge pull request #2682 from ipfs/feature/ping-go-syn
Updated synopsis for ping
This commit is contained in:
commit
efc6231241
@ -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-
|
||||
|
||||
Loading…
Reference in New Issue
Block a user