diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-11-04 16:26:21 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-11-04 16:28:14 -0400 |
commit | 1bf9bbec4cd8c82985effddd5acdd0fba083b63b (patch) | |
tree | cc23fb438289e50dca8f6eaec0755dfc7fe20e3f /doc/git-annex-fsck.mdwn | |
parent | 332e98b6cb1091c46221e2d8579a0035ba4dff51 (diff) |
parallel fsck (yes, these changes are all it takes now!)
Diffstat (limited to 'doc/git-annex-fsck.mdwn')
-rw-r--r-- | doc/git-annex-fsck.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git-annex-fsck.mdwn b/doc/git-annex-fsck.mdwn index 68c824c91..4b3b51040 100644 --- a/doc/git-annex-fsck.mdwn +++ b/doc/git-annex-fsck.mdwn @@ -85,6 +85,10 @@ With parameters, only the specified files are checked. The [[git-annex-matching-options]](1) can be used to specify files to fsck. +* `--jobs=N` `-JN` + + Runs multiple fsck jobs in parallel. For example: `-J4` + # OPTIONS # SEE ALSO |