summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jean Jordaan <jean.jordaan@gmail.com>2015-04-03 14:21:50 +0700
committerGravatar Jean Jordaan <jean.jordaan@gmail.com>2015-04-03 14:21:50 +0700
commitb447f98a5bdf0e6a70af3b13a5cf76eed67548c2 (patch)
treeb7d41a850a641e0f4fd4785e1fa4ebdfbf729d39
parent31be081f3a19ec04808f1005a82a1981d38d0762 (diff)
Steer towards deduplication
-rw-r--r--Command/Import.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Import.hs b/Command/Import.hs
index b20e63853..101712986 100644
--- a/Command/Import.hs
+++ b/Command/Import.hs
@@ -98,7 +98,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
pickaction isdup = case mode of