Commit 0aa205f3 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

fix(core/commands2) ipfs help message

parent 026c30fa
...@@ -2,8 +2,9 @@ package commands ...@@ -2,8 +2,9 @@ package commands
import ( import (
"fmt" "fmt"
cmds "github.com/jbenet/go-ipfs/commands"
"strings" "strings"
cmds "github.com/jbenet/go-ipfs/commands"
) )
type TestOutput struct { type TestOutput struct {
...@@ -31,6 +32,7 @@ Basic commands: ...@@ -31,6 +32,7 @@ Basic commands:
Tool commands: Tool commands:
config Manage configuration. config Manage configuration.
update Download and apply go-ipfs updates.
version Show ipfs version information. version Show ipfs version information.
commands List all available commands. commands List all available commands.
...@@ -38,7 +40,13 @@ Advanced Commands: ...@@ -38,7 +40,13 @@ Advanced Commands:
mount Mount an ipfs read-only mountpoint. mount Mount an ipfs read-only mountpoint.
serve Serve an interface to ipfs. 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 <command>" for more information about a command. Use "ipfs help <command>" for more information about a command.
`, `,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment