summaryrefslogtreecommitdiff
path: root/Commands.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-14 14:50:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-14 14:50:46 -0400
commit1d628ff2380d1bec0c260bc19349c67360fa7a1f (patch)
tree19c56c3569cf01e478697e440d78ca9aefd7fdeb /Commands.hs
parenta0c013605699a4b1509ba1b04b4522ac43f033c6 (diff)
comment
Diffstat (limited to 'Commands.hs')
-rw-r--r--Commands.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Commands.hs b/Commands.hs
index 05ea65880..feb35d1fb 100644
--- a/Commands.hs
+++ b/Commands.hs
@@ -1,8 +1,6 @@
{- git-annex command line -}
-module Commands (
- argvToActions
-) where
+module Commands (argvToActions) where
import System.Console.GetOpt
import Control.Monad.State (liftIO)