summaryrefslogtreecommitdiff
path: root/Backend
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-24 19:25:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-24 19:25:59 -0400
commit904af72b82ee513748672620dd51bae050494a6e (patch)
tree809aac0da4a6d56ae744ec19e41fe395f06813cf /Backend
parent36662638df5b3b167f20d1b9e772a2059b96da3d (diff)
better message
Diffstat (limited to 'Backend')
-rw-r--r--Backend/File.hs2
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."