diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-13 15:44:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-13 15:44:02 -0400 |
commit | 147affa252989b99e876a052433bd5d2ce32c672 (patch) | |
tree | c851bd66f26d28a3d02cdf6e126332006a6af5af | |
parent | 14d897a33827450799a713dac9d6a5a384c80e40 (diff) |
tweak
-rw-r--r-- | doc/walkthrough.mdwn | 6 |
1 files 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 |