提交 815efdb1 作者: Matt Bell 提交者: Juan Batiz-Benet

daemon: Added a ShortDescription

上级 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 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论