@cryptotaxi247 / kubo / commits / 3da441932

Updated tagline for queryDhtCmd

License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Feb 18, 2016 at 20:59 UTC 3da441932ef4c957d682aca1f4802d5c896012ff
1 file changed +1 -1
core/commands/dht.go
+1 -1
@@ -35,7 +35,7 @@ var DhtCmd = &cmds.Command{
35
36 var queryDhtCmd = &cmds.Command{
37 Helptext: cmds.HelpText{
38 - Tagline: "Run a 'findClosestPeers' query through the DHT.",
38 + Tagline: "Find the closest peers to a given key by querying through the DHT.",
39 ShortDescription: ``,
40 },
41