summaryrefslogtreecommitdiff
path: root/CmdLine/Option.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-07-10 13:18:46 -0400
committerJoey Hess <joeyh@joeyh.name>2015-07-10 13:23:06 -0400
commit6a4f2087bee8745cc6fed410c836c5de838bb7fe (patch)
treeb71ab2ce95debcebd06e8ab9658b7c94103b1e91 /CmdLine/Option.hs
parent5cc882a35eae39f91183243f9ee43e0c75dc37e5 (diff)
finished converting all the main options
Diffstat (limited to 'CmdLine/Option.hs')
-rw-r--r--CmdLine/Option.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine/Option.hs b/CmdLine/Option.hs
index 9cc7a1f4b6..9f2353f980 100644
--- a/CmdLine/Option.hs
+++ b/CmdLine/Option.hs
@@ -26,7 +26,7 @@ import Types.Messages
import Types.DeferredParse
-- Global options accepted by both git-annex and git-annex-shell sub-commands.
-commonGlobalOptions :: [Parser GlobalSetter]
+commonGlobalOptions :: [GlobalOption]
commonGlobalOptions =
[ globalFlag (setforce True)
( long "force"