Commit 815efdb1 authored by Matt Bell's avatar Matt Bell Committed by Juan Batiz-Benet

daemon: Added a ShortDescription

parent ff6c4ce6
......@@ -16,7 +16,14 @@ import (
var daemonCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "run a network-connected ipfs node", // TODO adjust copy
Tagline: "Run a network-connected IPFS node",
ShortDescription: `
'ipfs daemon' runs a persistent IPFS daemon that can serve commands
over the network. Most applications that use IPFS will do so by
communicating with a daemon over the HTTP API. While the daemon is
running, calls to 'ipfs' commands will be sent over the network to
the daemon.
`,
},
Options: []cmds.Option{},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment