From 4eaf38c6bae2fe00ff2c8644a9c8251293f8ff63 Mon Sep 17 00:00:00 2001 From: Matt Bell Date: Thu, 13 Nov 2014 23:23:53 -0800 Subject: [PATCH] object: Added a synopsis --- core/commands2/object.go | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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{