Skip to content

Commit

Permalink
Removes extraneous ).
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
  • Loading branch information
hackergrrl committed Apr 20, 2016
1 parent 5021c4b commit ba47192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ba47192

Please sign in to comment.