diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-09 15:34:47 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-09 15:34:47 -0400 |
commit | 82cf4fdc07b75d49c27604aef600efe97722d94b (patch) | |
tree | a15daa02f1c8a6470b99fd74b7b4dc523620483a /doc/git-annex.mdwn | |
parent | a186bb2d8d6b0eb3c0aad578c8c4a7254cef78e2 (diff) |
contentlocationn: New plumbing command.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 11fbc6e01..6fd10aed0 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -513,6 +513,12 @@ subdirectories). See [[git-annex-lookupkey]](1) for details. +* `contentlocation [key ..]` + + Looks up location of annexed content for a key. + + See [[git-annex-contentlocation]](1) for details. + * `examinekey [key ...]` Print information that can be determined purely by looking at the key. |