提交 006df7db 作者: Juan Batiz-Benet

Merge pull request #880 from anarcat/patch-2

explain what direct/indirect/recursive means
...@@ -160,11 +160,12 @@ Returns a list of hashes of objects being pinned. Objects that are indirectly ...@@ -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".
`, `,
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论