diff --git a/core/commands2/object.go b/core/commands2/object.go index bf4a7cec6..b42bff5a5 100644 --- a/core/commands2/object.go +++ b/core/commands2/object.go @@ -25,8 +25,16 @@ type Node struct { var objectCmd = &cmds.Command{ Helptext: cmds.HelpText{ - Tagline: "Interact with ipfs objects", - ShortDescription: "'ipfs object' is a plumbing command used to manipulate DAG objects directly.", + Tagline: "Interact with ipfs objects", + ShortDescription: ` +'ipfs object' is a plumbing command used to manipulate DAG objects +directly.`, + Synopsis: ` +ipfs object get - Get the DAG node named by +ipfs object put - Stores input, outputs its key +ipfs object data - Outputs raw bytes in an object +ipfs object links - Outputs links pointed to by object +`, }, Subcommands: map[string]*cmds.Command{