提交 6a3578be 作者: anarcat

explain what direct/indirect/recursive means

i couldn't understand what those meant. it was explain (at least partly) in #590 so let's share the goods!
上级 b65a3cf8
......@@ -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".
`,
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论