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 | |
parent | be6ed5a9012af6889fb4c98f730bc3e2432b2564 (diff) |
both whereis and metadata accept --key, --all, and --unused; document that
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex-metadata.mdwn | 13 | ||||
-rw-r--r-- | doc/git-annex-whereis.mdwn | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/doc/git-annex-metadata.mdwn b/doc/git-annex-metadata.mdwn index 7d613456b..c539de6ee 100644 --- a/doc/git-annex-metadata.mdwn +++ b/doc/git-annex-metadata.mdwn @@ -66,6 +66,19 @@ When run without any -s or -t parameters, displays the current metadata. Enable JSON output. This is intended to be parsed by programs that use git-annex. Each line of output is a JSON object. +* `--all` + + Specify instead of a file to get/set metadata on all known keys. + +* `--unused` + + Specify instead of a file to get/set metadata on + files found by last run of git-annex unused. + +* `--key=keyname` + + Specify instead of a file to get/set metadata of the specified key. + # EXAMPLES To set some tags on a file and also its author: 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) |