Steer towards deduplication
This commit is contained in:
parent
c011fe156d
commit
6c3a6cc188
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue