Merge pull request #3909 from TUSF/doc/pubsub-end

Adding documentation that PubSub Sub can be encoded.
This commit is contained in:
Jeromy Johnson 2017-05-15 13:07:21 -07:00 committed by GitHub
commit d6983801de

View File

@ -51,6 +51,18 @@ This is an experimental feature. It is not intended in its current state
to be used in a production environment.
To use, the daemon must be run with '--enable-pubsub-experiment'.
`,
LongDescription: `
ipfs pubsub sub subscribes to messages on a given topic.
This is an experimental feature. It is not intended in its current state
to be used in a production environment.
To use, the daemon must be run with '--enable-pubsub-experiment'.
This command outputs data in the following encodings:
* "json"
(Specified by the "--encoding" or "--enc" flag)
`,
},
Arguments: []cmds.Argument{