mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 09:34:03 +08:00
Merge pull request #2372 from ipfs/docs/fix-tagline
Updated tagline for queryDhtCmd
This commit is contained in:
@ -35,7 +35,7 @@ var DhtCmd = &cmds.Command{
|
|||||||
|
|
||||||
var queryDhtCmd = &cmds.Command{
|
var queryDhtCmd = &cmds.Command{
|
||||||
Helptext: cmds.HelpText{
|
Helptext: cmds.HelpText{
|
||||||
Tagline: "Run a 'findClosestPeers' query through the DHT.",
|
Tagline: "Find the closest peers to a given key by querying through the DHT.",
|
||||||
ShortDescription: ``,
|
ShortDescription: ``,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user