Commit 006df7db authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

Merge pull request #880 from anarcat/patch-2

explain what direct/indirect/recursive means
parents b65a3cf8 6a3578be
......@@ -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 is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment