From 147affa252989b99e876a052433bd5d2ce32c672 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 13 Nov 2010 15:44:02 -0400 Subject: tweak --- doc/walkthrough.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn index 049dc40f6..a15f0a9a4 100644 --- a/doc/walkthrough.mdwn +++ b/doc/walkthrough.mdwn @@ -288,7 +288,7 @@ in `.git/annex/objects/`. # git annex fsck fsck (checking for unused data...) ok - fsck my_cool_big_file (checksum..) ok + fsck my_cool_big_file (checksum...) ok ...... You can also specifiy the files to check. This is particularly useful if @@ -296,7 +296,7 @@ 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 my_cool_big_file (checksum..) ok + fsck my_cool_big_file (checksum...) ok ## fsck: When things go wrong @@ -310,7 +310,7 @@ might say about a badly messed up annex: If this data is no longer needed, it can be removed using git-annex dropkey: WORM:1289672605:3:file failed - fsck my_cool_big_file (checksum..) + fsck my_cool_big_file (checksum...) Bad file content; moved to .git/annex/bad/SHA1:7da006579dd64330eb2456001fd01948430572f2 ** No known copies of the file exist! failed -- cgit v1.2.3