diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-11-05 18:24:15 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-11-05 18:24:15 -0400 |
commit | d8a1741254643a7c5b324cabe8c00e36b58434d8 (patch) | |
tree | 6390bcea81c5b8271e92a07de4b8c8e20de9f4bf /doc/git-annex-import.mdwn | |
parent | a2c9cbbdc4047b799321ec388a94d4f96951a6f2 (diff) |
-J for add/addurl/import
Diffstat (limited to 'doc/git-annex-import.mdwn')
-rw-r--r-- | doc/git-annex-import.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
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 |