Updated tagline for queryDhtCmd

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
Richard Littauer 2016-02-18 20:59:26 -05:00
parent 27cbef1557
commit 3da441932e

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