diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-28 22:20:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-28 22:20:22 -0400 |
commit | 25b13673f0574ad2cc7baa055d08c13da134821a (patch) | |
tree | 6efdb6be57b087fcb0962671ec48b1f18ce5ef6a /doc/walkthrough/fsck:_verifying_your_data.mdwn | |
parent | fdead6b9bb0883dd982e72e955fc58dee844f2ca (diff) |
improve unused command's output
Display the name of the remote being checked, with "." for the current
remote, echoing the way describe takes that to change its description.
Diffstat (limited to 'doc/walkthrough/fsck:_verifying_your_data.mdwn')
-rw-r--r-- | doc/walkthrough/fsck:_verifying_your_data.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough/fsck:_verifying_your_data.mdwn b/doc/walkthrough/fsck:_verifying_your_data.mdwn index cd3a47a8a..7e05469a1 100644 --- a/doc/walkthrough/fsck:_verifying_your_data.mdwn +++ b/doc/walkthrough/fsck:_verifying_your_data.mdwn @@ -5,7 +5,7 @@ the checksums of your files are good. Fsck also checks that the annex.numcopies setting is satisfied for all files. # git annex fsck - unused (checking for unused data...) ok + fsck some_file (checksum...) ok fsck my_cool_big_file (checksum...) ok ... |