summaryrefslogtreecommitdiff
path: root/Usage.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-16 22:36:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-16 22:36:56 -0400
commit156a631f63eb0b2cee6a1b223d8e12ff8c62cb16 (patch)
tree8a48af241ea3c5601e5114cf11c3679e39c6fee3 /Usage.hs
parent69a0161c3afb9d6f7062ffac206044d95d3ee85a (diff)
make Migrate use ReKey rather than the other way around
as ReKey is plumbing, this makes sense
Diffstat (limited to 'Usage.hs')
-rw-r--r--Usage.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Usage.hs b/Usage.hs
index a1b47252d..59223daae 100644
--- a/Usage.hs
+++ b/Usage.hs
@@ -11,7 +11,6 @@ import Common.Annex
import System.Console.GetOpt
import Types.Command
-import Types.Option
{- Usage message with lists of commands and options. -}
usage :: String -> [Command] -> [Option] -> String