From 3da441932ef4c957d682aca1f4802d5c896012ff Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 18 Feb 2016 20:59:26 -0500 Subject: [PATCH] Updated tagline for queryDhtCmd License: MIT Signed-off-by: Richard Littauer --- core/commands/dht.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/dht.go b/core/commands/dht.go index 576ec6ec7..19deeee8b 100644 --- a/core/commands/dht.go +++ b/core/commands/dht.go @@ -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: ``, },