summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex-copy.mdwn5
-rw-r--r--doc/git-annex-get.mdwn5
-rw-r--r--doc/git-annex-mirror.mdwn5
-rw-r--r--doc/git-annex-move.mdwn5
4 files changed, 20 insertions, 0 deletions
diff --git a/doc/git-annex-copy.mdwn b/doc/git-annex-copy.mdwn
index e61cd1281..ea0b89670 100644
--- a/doc/git-annex-copy.mdwn
+++ b/doc/git-annex-copy.mdwn
@@ -22,6 +22,11 @@ Copies the content of files from or to another remote.
Use this option to copy the content of files from the local repository
to the specified remote.
+* `--jobs=N` `-JN`
+
+ Enables parallel transfers with up to the specified number of jobs
+ running at once. For example: `-J10`
+
* `--auto`
Rather than copying all files, only copy files that don't yet have
diff --git a/doc/git-annex-get.mdwn b/doc/git-annex-get.mdwn
index a72c79912..516e5da85 100644
--- a/doc/git-annex-get.mdwn
+++ b/doc/git-annex-get.mdwn
@@ -25,6 +25,11 @@ or transferring them from some kind of key-value store.
Normally git-annex will choose which remotes to get the content
from. Use this option to specify which remote to use.
+* `--jobs=N` `-JN`
+
+ Enables parallel download with up to the specified number of jobs
+ running at once. For example: `-J10`
+
* `--all`
Rather than specifying a filename or path to get, this option can be
diff --git a/doc/git-annex-mirror.mdwn b/doc/git-annex-mirror.mdwn
index 43e3971eb..68bce3d47 100644
--- a/doc/git-annex-mirror.mdwn
+++ b/doc/git-annex-mirror.mdwn
@@ -31,6 +31,11 @@ contents.
Use the remote as the source repository, and mirror its contents to the local
repository.
+* `--jobs=N` `-JN`
+
+ Enables parallel transfers with up to the specified number of jobs
+ running at once. For example: `-J10`
+
* `--all`
Mirror all objects stored in the git annex, not only objects used by
diff --git a/doc/git-annex-move.mdwn b/doc/git-annex-move.mdwn
index 83e968c86..f1cdb0bec 100644
--- a/doc/git-annex-move.mdwn
+++ b/doc/git-annex-move.mdwn
@@ -22,6 +22,11 @@ Moves the content of files from or to another remote.
Use this option to move the content of files from the local repository
to the specified remote.
+* `--jobs=N` `-JN`
+
+ Enables parallel transfers with up to the specified number of jobs
+ running at once. For example: `-J10`
+
* `--all`
Rather than specifying a filename or path to move, this option can be