diff options
Diffstat (limited to 'CmdLine.hs')
-rw-r--r-- | CmdLine.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CmdLine.hs b/CmdLine.hs index 9f1ded498..fffd343f0 100644 --- a/CmdLine.hs +++ b/CmdLine.hs @@ -20,7 +20,6 @@ import qualified Annex.Queue import qualified Git import Annex.Content import Command -import Options {- Runs the passed command line. -} dispatch :: [String] -> [Command] -> [Option] -> String -> Git.Repo -> IO () |