From 0e8e3cccb6136ec7b8cf5933ab382b76a2dda7f7 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Fri, 7 Nov 2014 18:36:33 -0800 Subject: [PATCH] docs(ls) help --- core/commands2/ls.go | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/core/commands2/ls.go b/core/commands2/ls.go index 5caa71179..af8e410f5 100644 --- a/core/commands2/ls.go +++ b/core/commands2/ls.go @@ -26,7 +26,16 @@ var lsCmd = &cmds.Command{ Arguments: []cmds.Argument{ cmds.Argument{"object", cmds.ArgString, false, true}, }, - Help: "TODO", + // TODO UsageLine: "ls", + // TODO Short: "List links from an object.", + Help: `ipfs ls - List links from an object. + + Retrieves the object named by and displays the links + it contains, with the following format: + + + +`, Run: func(res cmds.Response, req cmds.Request) { node := req.Context().Node