summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex-add.mdwn5
-rw-r--r--doc/git-annex-addurl.mdwn5
-rw-r--r--doc/git-annex-import.mdwn5
3 files changed, 15 insertions, 0 deletions
diff --git a/doc/git-annex-add.mdwn b/doc/git-annex-add.mdwn
index ee5f499d9..cfeb8a98e 100644
--- a/doc/git-annex-add.mdwn
+++ b/doc/git-annex-add.mdwn
@@ -43,6 +43,11 @@ annexed content, and other symlinks.
For example: `--largerthan=1GB`
+* `--jobs=N` `-JN`
+
+ Adds multiple files in parallel. This may be faster.
+ For example: `-J4`
+
# SEE ALSO
[[git-annex]](1)
diff --git a/doc/git-annex-addurl.mdwn b/doc/git-annex-addurl.mdwn
index 1503a284e..0f5a763bc 100644
--- a/doc/git-annex-addurl.mdwn
+++ b/doc/git-annex-addurl.mdwn
@@ -65,6 +65,11 @@ be used to get better filenames.
Use to adjust the filenames that are created by addurl. For example,
`--suffix=.mp3` can be used to add an extension to the file.
+* `--jobs=N` `-JN`
+
+ Enables parallel downloads when multiple urls are being added.
+ For example: `-J4`
+
# SEE ALSO
[[git-annex]](1)
diff --git a/doc/git-annex-import.mdwn b/doc/git-annex-import.mdwn
index 48c087aec..ca37b81eb 100644
--- a/doc/git-annex-import.mdwn
+++ b/doc/git-annex-import.mdwn
@@ -66,6 +66,11 @@ Several options can be used to adjust handling of duplicate files.
git annex import /dir --include='*.png'
+* `--jobs=N` `-JN`
+
+ Imports multiple files in parallel. This may be faster.
+ For example: `-J4`
+
# CAVEATS
Note that using `--deduplicate` or `--clean-duplicates` with the WORM