提交 92f2e844 作者: Matt Bell 提交者: Juan Batiz-Benet

core/commands2: Updated root help text

上级 165c6954
...@@ -16,24 +16,23 @@ var Root = &cmds.Command{ ...@@ -16,24 +16,23 @@ var Root = &cmds.Command{
Description: "Global P2P Merkle-DAG filesystem", Description: "Global P2P Merkle-DAG filesystem",
Help: `Basic commands: Help: `Basic commands:
init Initialize ipfs local configuration. init Initialize ipfs local configurationx
add <path> Add an object to ipfs. add <path> Add an object to ipfs
cat <ref> Show ipfs object data. cat <ref> Show ipfs object data
ls <ref> List links from an object. ls <ref> List links from an object
refs <ref> List link hashes from an object.
Tool commands: Tool commands:
config Manage configuration. config Manage configuration
update Download and apply go-ipfs updates. update Download and apply go-ipfs updates
version Show ipfs version information. version Show ipfs version information
commands List all available commands. commands List all available commands
Advanced Commands: Advanced Commands:
mount Mount an ipfs read-only mountpoint. mount Mount an ipfs read-only mountpoint
serve Serve an interface to ipfs. serve Serve an interface to ipfs
net-diag Print network diagnostic diag Print diagnostics
Plumbing commands: Plumbing commands:
...@@ -41,7 +40,7 @@ Plumbing commands: ...@@ -41,7 +40,7 @@ Plumbing commands:
object Interact with raw dag nodes object Interact with raw dag nodes
Use "ipfs help <command>" for more information about a command. Use "ipfs <command> --help" for more information about a command.
`, `,
Options: []cmds.Option{ Options: []cmds.Option{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论