mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 17:03:58 +08:00
Merge pull request #880 from anarcat/patch-2
explain what direct/indirect/recursive means
This commit is contained in:
@ -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.
|
or recursively pinned are not included in the list.
|
||||||
|
|
||||||
Use --type=<type> to specify the type of pinned keys to list. Valid values are:
|
Use --type=<type> to specify the type of pinned keys to list. Valid values are:
|
||||||
* "direct"
|
* "direct": pin that specific object.
|
||||||
* "indirect"
|
* "recursive": pin that specific object, and indirectly pin all its decendants
|
||||||
* "recursive"
|
* "indirect": pinned indirectly by an ancestor (like a refcount)
|
||||||
* "all"
|
* "all"
|
||||||
(Defaults to "direct")
|
|
||||||
|
Defaults to "direct".
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user