From 0aa205f36e3decfecd85cb38b74c34f3913067f9 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Wed, 29 Oct 2014 01:11:57 -0700 Subject: [PATCH] fix(core/commands2) ipfs help message --- core/commands2/root.go | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/core/commands2/root.go b/core/commands2/root.go index 673d874d9..fb05f87b5 100644 --- a/core/commands2/root.go +++ b/core/commands2/root.go @@ -2,8 +2,9 @@ package commands import ( "fmt" - cmds "github.com/jbenet/go-ipfs/commands" "strings" + + cmds "github.com/jbenet/go-ipfs/commands" ) type TestOutput struct { @@ -31,6 +32,7 @@ Basic commands: Tool commands: config Manage configuration. + update Download and apply go-ipfs updates. version Show ipfs version information. commands List all available commands. @@ -38,7 +40,13 @@ Advanced Commands: mount Mount an ipfs read-only mountpoint. serve Serve an interface to ipfs. - net-diag Print network diagnostic. + 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. `,