aboutsummaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.hs')
-rw-r--r--git-annex.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/git-annex.hs b/git-annex.hs
index 77dd29fac..78e875014 100644
--- a/git-annex.hs
+++ b/git-annex.hs
@@ -14,8 +14,7 @@ main = do
state <- start
tryRun state actions
-{- Processes each param in the list by dispatching the handler function
- - for the user-selection operation mode. Catches exceptions, not stopping
+{- Runs a list of Annex actions. Catches exceptions, not stopping
- if some error out, and propigates an overall error status at the end.
-
- This runs in the IO monad, not in the Annex monad. It seems that