summaryrefslogtreecommitdiff
path: root/Option.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Option.hs')
-rw-r--r--Option.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Option.hs b/Option.hs
index d6d8b44a3..2f0d00744 100644
--- a/Option.hs
+++ b/Option.hs
@@ -37,7 +37,7 @@ common =
"allow verbose output (default)"
, Option ['j'] ["json"] (NoArg (setoutput Annex.JSONOutput))
"enable JSON output"
- , Option ['d'] ["debug"] (NoArg (setdebug))
+ , Option ['d'] ["debug"] (NoArg setdebug)
"show debug messages"
, Option ['b'] ["backend"] (ReqArg setforcebackend paramName)
"specify key-value backend to use"