mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 08:47:42 +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{
|
||||
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: ``,
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user