diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-11-04 17:13:20 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-11-04 17:13:20 -0400 |
commit | 950a549dc1fb8dc4e64812dcbdc17a7ac0a4204f (patch) | |
tree | 3864cc91a386bd0e1736ed219ae7443d5f77fa99 /doc/git-annex-drop.mdwn | |
parent | ecb430460d417d3e48921964f8ee36c44c46415f (diff) |
drop -Jn
Diffstat (limited to 'doc/git-annex-drop.mdwn')
-rw-r--r-- | doc/git-annex-drop.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/git-annex-drop.mdwn b/doc/git-annex-drop.mdwn index a3a79f8d7..2e207cd8b 100644 --- a/doc/git-annex-drop.mdwn +++ b/doc/git-annex-drop.mdwn @@ -55,6 +55,12 @@ safe to do so. The [[git-annex-matching-options]](1) can be used to specify files to drop. +* `--jobs=N` `-JN` + + Runs multiple drop jobs in parallel. This is particularly useful + when git-annex has to contact remotes to check if it can drop files. + For example: `-J4` + # SEE ALSO [[git-annex]](1) |