aboutsummaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-16 16:15:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-16 16:15:31 -0400
commit6d13ae10cf1d295b64855984f5a526f8209f3341 (patch)
tree70baa5f95943631e0f0e03a86ef8f57ee5480680 /Backend.hs
parent81d628a8cd6f20c2ef336271ae03376dc75b6920 (diff)
git annex describe
Diffstat (limited to 'Backend.hs')
-rw-r--r--Backend.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Backend.hs b/Backend.hs
index f419831d2..636557d7d 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -1,7 +1,7 @@
-{- git-annex key/value storage backends
+{- git-annex key-value storage backends
-
- - git-annex uses a key/value abstraction layer to allow files contents to be
- - stored in different ways. In theory, any key/value storage system could be
+ - git-annex uses a key-value abstraction layer to allow files contents to be
+ - stored in different ways. In theory, any key-value storage system could be
- used to store the file contents, and git-annex would then retrieve them
- as needed and put them in `.git/annex/`.
-