1
0
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:
Jeromy Johnson
2016-02-19 08:42:44 -08:00

View File

@ -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: ``,
},