improve comment

This commit is contained in:
Joey Hess 2019-09-01 12:33:19 -04:00
parent 8865041834
commit 9624fe4c37
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -35,7 +35,8 @@ copyMetaDataParams meta = map snd $ filter fst
allmeta = meta == CopyAllMetaData
{- The cp command is used, because I hate reinventing the wheel,
- and because this allows easy access to features like cp --reflink. -}
- and because this allows easy access to features like cp --reflink
- and preserving metadata. -}
copyFileExternal :: CopyMetaData -> FilePath -> FilePath -> IO Bool
copyFileExternal meta src dest = do
-- Delete any existing dest file because an unwritable file