mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-01 06:17:56 +08:00
Merge pull request #8044 from ipfs/chore/cmd-pin-rm-help
Add info to "pin rm" help about how to tell if pin is indirect
This commit is contained in:
commit
d7109e89d9
@ -204,6 +204,14 @@ var rmPinCmd = &cmds.Command{
|
||||
ShortDescription: `
|
||||
Removes the pin from the given object allowing it to be garbage
|
||||
collected if needed. (By default, recursively. Use -r=false for direct pins.)
|
||||
`,
|
||||
LongDescription: `
|
||||
Removes the pin from the given object allowing it to be garbage
|
||||
collected if needed. (By default, recursively. Use -r=false for direct pins.)
|
||||
|
||||
A pin may not be removed because the specified object is not pinned or pinned
|
||||
indirectly. To determine if the object is pinned indirectly, use the command:
|
||||
ipfs pin ls -t indirect <cid>
|
||||
`,
|
||||
},
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user