From ee922fcba1c835feea67be1242768b53e3b8ad8a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 19 Dec 2012 12:50:24 -0400 Subject: comment --- Command/Add.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Command/Add.hs') 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 -- cgit v1.2.3