From d8eb8b1191bc89b7c8edfe15491bec2c1dc2ced3 Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Wed, 22 Oct 2014 15:21:56 -0700 Subject: [PATCH] ipfs cmd help now shows update + reorder of plumbing --- cmd/ipfs/ipfs.go | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cmd/ipfs/ipfs.go b/cmd/ipfs/ipfs.go index 666699b02..42166f5a4 100644 --- a/cmd/ipfs/ipfs.go +++ b/cmd/ipfs/ipfs.go @@ -34,19 +34,22 @@ Basic commands: Tool commands: config Manage configuration. + update Download and apply go-ipfs updates. version Show ipfs version information. commands List all available commands. -Plumbing commands: - block Interact with raw blocks in the datastore - object Interact with raw dag nodes - Advanced Commands: mount Mount an ipfs read-only mountpoint. serve Serve an interface to ipfs. net-diag Print network diagnostic +Plumbing commands: + + block Interact with raw blocks in the datastore + object Interact with raw dag nodes + + Use "ipfs help " for more information about a command. `, Run: ipfsCmd,