diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-25 15:07:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-25 15:07:20 -0400 |
commit | 7bc5a5d775132918773a9f8651dc3d75feb37ac2 (patch) | |
tree | 5c4a518e6ee925e91a2b24241baf3b6dc1f50c4e /doc/git-annex.mdwn | |
parent | 83a8f702d9766606f168b975e675e4d16cdbee03 (diff) |
use --more rather than --new to continue incremental fsck
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 454dcf446..cf6a0c6bd 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -260,7 +260,7 @@ subdirectories). To check a remote to fsck, specify --from. To start a new incremental fsck, specify --incremental. Then - the next time you fsck, you can specify --new to skip over + 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 avoid expensive checksum calculations (and expensive transfers when |