diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-21 16:23:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-21 16:23:25 -0400 |
commit | 77af38ec6ce38160f88b2bf1aa60d1abb9870769 (patch) | |
tree | 6661d5f9a64727778250bb27351c6766857ea78f /Types/Key.hs | |
parent | 34ca1d698cf890016f8674fba7ef83b093103b83 (diff) |
git-annex-shell transferinfo command
TODO: Use this when running sendkey, to feed back transfer info from the
client side rsync.
Diffstat (limited to 'Types/Key.hs')
-rw-r--r-- | Types/Key.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/Key.hs b/Types/Key.hs index 619315aed..6794ee003 100644 --- a/Types/Key.hs +++ b/Types/Key.hs @@ -40,7 +40,7 @@ stubKey = Key { fieldSep :: Char fieldSep = '-' -{- Converts a key to a strings that are suitable for use as a filename. +{- Converts a key to a string that is suitable for use as a filename. - The name field is always shown last, separated by doubled fieldSeps, - and is the only field allowed to contain the fieldSep. -} key2file :: Key -> FilePath |