improve comment
This commit is contained in:
parent
1313cc4d60
commit
d416107c7d
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue