aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-metadata.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-21 16:31:00 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-21 16:31:00 -0400
commitc4eeea8200c0318268cc5e42df6fa1afcafeccd8 (patch)
tree63a8b5a431c74153a367a8dda97ff2a7e3fef246 /doc/git-annex-metadata.mdwn
parentbe6ed5a9012af6889fb4c98f730bc3e2432b2564 (diff)
both whereis and metadata accept --key, --all, and --unused; document that
Diffstat (limited to 'doc/git-annex-metadata.mdwn')
-rw-r--r--doc/git-annex-metadata.mdwn13
1 files changed, 13 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: