From ba4719267e461447d2ca71783db574214c08190c Mon Sep 17 00:00:00 2001 From: Stephen Whitmore Date: Wed, 20 Apr 2016 12:57:12 -0700 Subject: [PATCH] Removes extraneous ). License: MIT Signed-off-by: Stephen Whitmore --- 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 d042987ad12b..6ee033732594 100644 --- a/core/commands/dht.go +++ b/core/commands/dht.go @@ -438,7 +438,7 @@ Given a key of the form /foo/bar and a value of any form, this will write that v Keys have two parts: a keytype (foo) and the key name (bar). IPNS uses the /ipns keytype, and expects the key name to be a Peer ID. IPNS entries are specifically formatted (protocol buffer). -You may only use keytypes that are supported in your ipfs binary: currently this is only /ipns. Unless you have a relatively deep understanding of go-ipfs' DHT internals, you likely want to be using 'ipfs name publish' instead of this.) +You may only use keytypes that are supported in your ipfs binary: currently this is only /ipns. Unless you have a relatively deep understanding of go-ipfs' DHT internals, you likely want to be using 'ipfs name publish' instead of this. Value is arbitrary text. Standard input can be used to provide value.