From a0dab3a29ace830aa3f3d5334dfe5a35b8170deb Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Fri, 14 Nov 2014 00:50:37 -0800 Subject: [PATCH] docs(2/pin) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ipfs1 docs read: ``` btc λ. ipfs pin ipfs pin - Commands: add pin an ipfs object to local storage. rm unpin an ipfs object from local storage. Use "pin help " for more information about a command. ``` License: MIT Signed-off-by: Brian Tiger Chow --- core/commands2/pin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands2/pin.go b/core/commands2/pin.go index 30259f489..3790f5167 100644 --- a/core/commands2/pin.go +++ b/core/commands2/pin.go @@ -11,7 +11,7 @@ import ( var pinCmd = &cmds.Command{ Helptext: cmds.HelpText{ - Tagline: "Keeps objects stored locally", + Tagline: "Pin (and unpin) objects to local storage", }, Subcommands: map[string]*cmds.Command{