change message to suggest using whereused --historical
This commit is contained in:
parent
d6f056eca3
commit
7a46bb1b28
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue