diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-19 12:50:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-19 12:50:24 -0400 |
commit | ee922fcba1c835feea67be1242768b53e3b8ad8a (patch) | |
tree | 4fbae61329ec888ddbe9e7dc0500315f723f0e1a /Command/Add.hs | |
parent | 36dc740c8063a47a5708a3e0611b6ef245f7e94c (diff) |
comment
Diffstat (limited to 'Command/Add.hs')
-rw-r--r-- | Command/Add.hs | 6 |
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 |