summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-13 16:03:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-13 16:03:25 -0400
commit498c8e8544f04841d3221ce7a47b2409858e9f38 (patch)
treefb01cd7884ba68d6522c7dc3ad13821b555892a5 /doc
parentd9d79a7980b5c9a84823c0cf38750a0189d03b0a (diff)
fsck: avoid global checks if files specified
Diffstat (limited to 'doc')
-rw-r--r--doc/walkthrough.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn
index a15f0a9a4..cdb2392e7 100644
--- a/doc/walkthrough.mdwn
+++ b/doc/walkthrough.mdwn
@@ -295,7 +295,7 @@ You can also specifiy the files to check. This is particularly useful if
you're using sha1 and don't want to spend a long time checksumming everything.
# git annex fsck my_cool_big_file
- fsck (checking for unused data...) ok
+ fsck (only checking specified files) ok
fsck my_cool_big_file (checksum...) ok
## fsck: When things go wrong