change message to suggest using whereused --historical

This commit is contained in:
Joey Hess 2021-07-14 16:08:47 -04:00
parent d6f056eca3
commit 7a46bb1b28
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -139,7 +139,7 @@ unusedMsg' :: [(Int, Key)] -> [String] -> [String] -> String
unusedMsg' u mheader mtrailer = unlines $
mheader ++
table u ++
["(To see where data was previously used, try: git log --stat --no-textconv -S'KEY')"] ++
["(To see where this data was previously used, run: git annex whereused --historical --unused"] ++
mtrailer
remoteUnusedMsg :: Maybe Remote -> RemoteName -> [(Int, Key)] -> String