mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 12:27:43 +08:00
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: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
parent
f30161b063
commit
a0dab3a29a
@ -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{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user