Commit a0dab3a2 authored by Brian Tiger Chow's avatar Brian Tiger Chow

docs(2/pin)

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 <command>" for more information about a command.
```

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent f30161b0
......@@ -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{
......
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