diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-21 16:31:00 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-21 16:31:00 -0400 |
commit | c4eeea8200c0318268cc5e42df6fa1afcafeccd8 (patch) | |
tree | 63a8b5a431c74153a367a8dda97ff2a7e3fef246 /doc/git-annex-whereis.mdwn | |
parent | be6ed5a9012af6889fb4c98f730bc3e2432b2564 (diff) |
both whereis and metadata accept --key, --all, and --unused; document that
Diffstat (limited to 'doc/git-annex-whereis.mdwn')
-rw-r--r-- | doc/git-annex-whereis.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/git-annex-whereis.mdwn b/doc/git-annex-whereis.mdwn index 1e1092ba3..c99e0722c 100644 --- a/doc/git-annex-whereis.mdwn +++ b/doc/git-annex-whereis.mdwn @@ -32,6 +32,19 @@ For example: The [[git-annex-matching-options]](1) can be used to specify files to act on. +* `--key=keyname` + + Show where a particular git-annex key is located. + +* `--all` + + Show whereis information for all known keys. + +* `--unused` + + Show whereis information for files found by last run of git-annex unused. + + # SEE ALSO [[git-annex]](1) |