1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 07:28:20 +08:00

Merge pull request #880 from anarcat/patch-2

explain what direct/indirect/recursive means
This commit is contained in:
Juan Batiz-Benet
2015-03-07 05:37:49 -08:00

View File

@ -160,11 +160,12 @@ Returns a list of hashes of objects being pinned. Objects that are indirectly
or recursively pinned are not included in the list.
Use --type=<type> to specify the type of pinned keys to list. Valid values are:
* "direct"
* "indirect"
* "recursive"
* "direct": pin that specific object.
* "recursive": pin that specific object, and indirectly pin all its decendants
* "indirect": pinned indirectly by an ancestor (like a refcount)
* "all"
(Defaults to "direct")
Defaults to "direct".
`,
},