diff options
Diffstat (limited to 'Backend')
-rw-r--r-- | Backend/File.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend/File.hs b/Backend/File.hs index afbe38ac0..f88bb7c70 100644 --- a/Backend/File.hs +++ b/Backend/File.hs @@ -175,4 +175,4 @@ checkKeyNumCopies key numcopies = do note present needed = "Only " ++ show present ++ " of " ++ show needed ++ " copies of "++show key++" exist. " ++ - "Run git annex get somewhere else to back it up." + "Back it up with git-annex copy." |