summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-03 10:19:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-03 10:19:22 -0400
commitd382358989b63428989bffb28935bfe9d5986119 (patch)
treebc7f904b729159fe5b8f7dda9251885db83eac0d
parentc2e0c5ffdb12aebf3f7650c9cbd093ec7b23cda9 (diff)
parent89c71236ed5cb8edc9df711e350f81e1c423d47b (diff)
Merge remote-tracking branch 'jean/master'
-rw-r--r--Command/Import.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Import.hs b/Command/Import.hs
index 2da26a96b..17cb49db1 100644
--- a/Command/Import.hs
+++ b/Command/Import.hs
@@ -89,7 +89,7 @@ start mode (srcfile, destfile) =
| isDirectory s = notoverwriting "(is a directory)"
| otherwise = ifM (Annex.getState Annex.force)
( liftIO $ nukeFile destfile
- , notoverwriting "(use --force to override)"
+ , notoverwriting "(use --force to override, or a duplication option such as --deduplicate to clean up)"
)
notoverwriting why = error $ "not overwriting existing " ++ destfile ++ " " ++ why
checkdup dupa notdupa = do