@cryptotaxi247 / kubo / commits / 71301d2c6

core/commands: Updated root command helptext

Matt Bell committed Jan 16, 2015 at 15:54 UTC 71301d2c63ee390e1998897a265268c8a9622938
1 file changed +10 -1
core/commands/root.go
+10 -1
@@ -28,6 +28,7 @@ Basic commands:
28 add <path> Add an object to ipfs
29 cat <ref> Show ipfs object data
30 ls <ref> List links from an object
31 + refs <ref> List hashes of links from an object
32
33 Tool commands:
34
@@ -36,12 +37,20 @@ Tool commands:
37 version Show ipfs version information
38 commands List all available commands
39 id Show info about ipfs peers
40 + pin Pin objects to local storage
41 + name Publish or resolve IPNS names
42 + log Change the logging level
43 +
44 +Network commands:
45 +
46 + swarm Manage connections to the p2p network
47 + bootstrap Add or remove bootstrap peers
48 + ping Measure the latency of a connection
49
50 Advanced Commands:
51
52 daemon Start a long-running daemon process
53 mount Mount an ipfs read-only mountpoint
44 - serve Serve an interface to ipfs
54 diag Print diagnostics
55
56 Plumbing commands: