make Migrate use ReKey rather than the other way around

as ReKey is plumbing, this makes sense
This commit is contained in:
Joey Hess 2012-02-16 22:36:56 -04:00
parent 69a0161c3a
commit 156a631f63
3 changed files with 28 additions and 30 deletions

View file

@ -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