diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-20 16:00:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-20 16:00:41 -0400 |
commit | fb66000ad05fa313838d366dffffd561977dcee3 (patch) | |
tree | c62d751e507f9bcacb38be4279ae2b55c537cec3 /doc | |
parent | e8dd341a562e3ef7926f5f51009f4b71bdc4dad9 (diff) |
tweak wording
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 7b1ac928b..0912e0b2a 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -503,9 +503,10 @@ subdirectories). To avoid expensive checksum calculations (and expensive transfers when fscking a remote), specify `--fast`. - To start a new incremental fsck, specify `--incremental`. Then - the next time you fsck, you can specify `--more` to skip over - files that have already been checked, and continue where it left off. + To start a new incremental fsck, use the `--incremental` option. Then + the next time you fsck, you can instead use the `--more` option + to skip over files that have already been checked, and continue + where it left off. The `--incremental-schedule` option makes a new incremental fsck be started a configurable time after the last incremental fsck was started. |