improve comment

This commit is contained in:
Joey Hess 2025-04-11 11:17:09 -04:00
parent 1313cc4d60
commit d416107c7d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -89,6 +89,8 @@ data RemoteA a = Remote
-- Remotes have a use cost; higher is more expensive
, cost :: Cost
-- Transfers a key's contents from disk to the remote.
-- The optional OsPath is the location of the key's object file.
-- When not provided, uses the annex object file.
-- The key should not appear to be present on the remote until
-- all of its contents have been transferred.
-- Throws exception on failure.