aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-mirror.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-09 16:24:26 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-09 16:24:26 -0400
commit39cf838d85d378833dd3837ebfd1be881099eb74 (patch)
treed891d668f794dd416c569015934cd0030ef1f962 /doc/git-annex-mirror.mdwn
parentf59c5df65b9dab6ff79e2414eea9df6f83ec258e (diff)
copy, move, mirror: Support --json and --json-progress.
Diffstat (limited to 'doc/git-annex-mirror.mdwn')
-rw-r--r--doc/git-annex-mirror.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/git-annex-mirror.mdwn b/doc/git-annex-mirror.mdwn
index 77df17045..b7644a75d 100644
--- a/doc/git-annex-mirror.mdwn
+++ b/doc/git-annex-mirror.mdwn
@@ -66,6 +66,15 @@ contents. Use [[git-annex-sync]](1) for that.
The [[git-annex-matching-options]](1)
can be used to specify files to mirror.
+* `--json`
+
+ Enable JSON output. This is intended to be parsed by programs that use
+ git-annex. Each line of output is a JSON object.
+
+* `--json-progress`
+
+ Include progress objects in JSON output.
+
# SEE ALSO
[[git-annex]](1)