summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/Add.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Add.hs b/Command/Add.hs
index 7fa7cb3a8..edb2f9cf4 100644
--- a/Command/Add.hs
+++ b/Command/Add.hs
@@ -27,9 +27,9 @@ def = [command "add" paramPaths seek "add files to annex"]
seek :: [CommandSeek]
seek = [withFilesNotInGit start, withFilesUnlocked start]
-{- The add subcommand annexes a file, storing it in a backend, and then
- - moving it into the annex directory and setting up the symlink pointing
- - to its content. -}
+{- The add subcommand annexes a file, generating a key for it using a
+ - backend, and then moving it into the annex directory and setting up
+ - the symlink pointing to its content. -}
start :: FilePath -> CommandStart
start file = notBareRepo $ ifAnnexed file fixup add
where