fix(commands/dht): document value limitations
fixes #6749
Steven Allen committed
Nov 5, 2019 at 17:50 UTC
4574a8f2c2e38bfd6f293887088909cc5c0fee66
1 file changed
+3
-3
core/commands/dht.go
+3
-3
@@ -527,9 +527,9 @@ this is only /ipns. Unless you have a relatively deep understanding of the
527
go-ipfs routing internals, you likely want to be using 'ipfs name publish' instead
528
of this.
529
530
-Value is arbitrary text. Standard input can be used to provide value.
531
-
532
-NOTE: A value may not exceed 2048 bytes.
530
+The value must be a valid value for the given key type. For example, if the key
531
+is /ipns/QmFoo, the value must be IPNS record (protobuf) signed with the key
532
+identified by QmFoo.
533
`,
534
},
535