tweak wording

This commit is contained in:
Joey Hess 2014-02-20 16:00:41 -04:00
parent 9edc3a735d
commit 1428390300
2 changed files with 4 additions and 4 deletions

View file

@ -67,7 +67,6 @@ seek :: CommandSeek
seek ps = do
from <- getOptionField fsckFromOption Remote.byNameWithUUID
i <- getIncremental
liftIO $ print i
withKeyOptions
(\k -> startKey i k =<< getNumCopies)
(withFilesInGit $ whenAnnexed $ start from i)

View file

@ -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.