diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-06 13:44:53 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-06 13:44:53 -0400 |
commit | 2bbb276e38fb8503daccf7a419336d67c0a23c9c (patch) | |
tree | d796474a8b82bc5e79ae99a40ee93fd81cdf83a7 /doc/git-annex-examinekey.mdwn | |
parent | 582fa3e2f10f1e1064314a8a1d9bb5aa5cf84f92 (diff) |
contentlocation, examinekey, lookupkey: Added --batch mode option.
Diffstat (limited to 'doc/git-annex-examinekey.mdwn')
-rw-r--r-- | doc/git-annex-examinekey.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/git-annex-examinekey.mdwn b/doc/git-annex-examinekey.mdwn index 3a8159f66..49bc95711 100644 --- a/doc/git-annex-examinekey.mdwn +++ b/doc/git-annex-examinekey.mdwn @@ -33,6 +33,11 @@ that can be determined purely by looking at the key. Enable JSON output. This is intended to be parsed by programs that use git-annex. Each line of output is a JSON object. +* `--batch` + + Enable batch mode, in which a line containing a key is read from stdin, + the information about it is output to stdout, and repeat. + # EXAMPLES The location a key's value is stored (in indirect mode) |