diff options
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Unused.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Unused.hs b/Command/Unused.hs index 857d7dabf..647fd6762 100644 --- a/Command/Unused.hs +++ b/Command/Unused.hs @@ -244,7 +244,7 @@ withKeysReferencedInGit refspec a = do _ -> nubRefs refs {- Runs an action on keys referenced in the given Git reference which - - differ from those referenced in the index. -} + - differ from those referenced in the work tree. -} withKeysReferencedInGitRef :: (Key -> Annex ()) -> Git.Ref -> Annex () withKeysReferencedInGitRef a ref = do showAction $ "checking " ++ Git.Ref.describe ref |