core/commands: Rearranged command list sections
Matt Bell committed
Jan 23, 2015 at 19:17 UTC
ccaabbc06d3c410e7169ae202438e55a7a11bced
1 file changed
+6
-6
core/commands/root.go
+6
-6
@@ -41,18 +41,18 @@ Tool commands:
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
-
44
Advanced Commands:
45
46
daemon Start a long-running daemon process
47
mount Mount an ipfs read-only mountpoint
48
diag Print diagnostics
49
50
+Network commands:
51
+
52
+ swarm Manage connections to the p2p network
53
+ bootstrap Add or remove bootstrap peers
54
+ ping Measure the latency of a connection
55
+
56
Plumbing commands:
57
58
block Interact with raw blocks in the datastore