summaryrefslogtreecommitdiff
path: root/Option.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-16 00:41:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-16 00:44:51 -0400
commita1e52f0ce5984058c737ed709fc5d4b6398e019a (patch)
treebaaeb46b5eb5e7edb4a8a4ef80d6c1ab256bbcba /Option.hs
parente7aaa55c53fb54c6dd5a1a1aeb0955b05227676b (diff)
hlint
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"