diff options
Diffstat (limited to 'Types')
-rw-r--r-- | Types/Command.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Types/Command.hs b/Types/Command.hs index acd662bf3..e12873850 100644 --- a/Types/Command.hs +++ b/Types/Command.hs @@ -38,8 +38,7 @@ type CommandCleanup = Annex Bool {- A command is defined by specifying these things. -} data Command = Command - { cmdoptions :: [Option] -- command-specific options - , cmdcheck :: [CommandCheck] -- check stage + { cmdcheck :: [CommandCheck] -- check stage , cmdnocommit :: Bool -- don't commit journalled state changes , cmdnomessages :: Bool -- don't output normal messages , cmdname :: String |