提交 e384aec2 作者: Juan Batiz-Benet

cmds/root: ipfs root text arrangement

上级 6c3173d1
...@@ -22,7 +22,7 @@ var Root = &cmds.Command{ ...@@ -22,7 +22,7 @@ var Root = &cmds.Command{
ipfs [<flags>] <command> [<arg>] ... ipfs [<flags>] <command> [<arg>] ...
`, `,
ShortDescription: ` ShortDescription: `
Basic commands: BASIC COMMANDS
init Initialize ipfs local configuration init Initialize ipfs local configuration
add <path> Add an object to ipfs add <path> Add an object to ipfs
...@@ -31,33 +31,34 @@ Basic commands: ...@@ -31,33 +31,34 @@ Basic commands:
ls <ref> List links from an object ls <ref> List links from an object
refs <ref> List hashes of links from an object refs <ref> List hashes of links from an object
Tool commands: DATA STRUCTURE COMMANDS
config Manage configuration block Interact with raw blocks in the datastore
update Download and apply go-ipfs updates object Interact with raw dag nodes
version Show ipfs version information
commands List all available commands
id Show info about ipfs peers
pin Pin objects to local storage
name Publish or resolve IPNS names
log Change the logging level
Advanced Commands: ADVANCED COMMANDS
daemon Start a long-running daemon process daemon Start a long-running daemon process
mount Mount an ipfs read-only mountpoint mount Mount an ipfs read-only mountpoint
diag Print diagnostics name Publish or resolve IPNS names
pin Pin objects to local storage
gc Garbage collect unpinned objects
Network commands: NETWORK COMMANDS
swarm Manage connections to the p2p network id Show info about ipfs peers
bootstrap Add or remove bootstrap peers bootstrap Add or remove bootstrap peers
swarm Manage connections to the p2p network
dht Query the dht for values or peers
ping Measure the latency of a connection ping Measure the latency of a connection
diag Print diagnostics
Plumbing commands: TOOL COMMANDS
block Interact with raw blocks in the datastore config Manage configuration
object Interact with raw dag nodes version Show ipfs version information
update Download and apply go-ipfs updates
commands List all available commands
Use 'ipfs <command> --help' to learn more about each command. Use 'ipfs <command> --help' to learn more about each command.
`, `,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论