summaryrefslogtreecommitdiff
path: root/Option.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-18 11:54:43 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-18 11:54:43 -0400
commit8b7b01c1b38635b309f4e90c8369c3258766f181 (patch)
tree7fc7a46aa3a3d315063fdb6f6a49282b175ac6fe /Option.hs
parenta0c7d37d1e0ac10b7304e48ff78d0cfb0308d9e5 (diff)
Remove --json option from commands not supporting it.
Diffstat (limited to 'Option.hs')
-rw-r--r--Option.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Option.hs b/Option.hs
index 64ba56f6d..fee13a0cc 100644
--- a/Option.hs
+++ b/Option.hs
@@ -35,8 +35,6 @@ common =
"avoid verbose output"
, Option ['v'] ["verbose"] (NoArg (Annex.setOutput NormalOutput))
"allow verbose output (default)"
- , Option ['j'] ["json"] (NoArg (Annex.setOutput JSONOutput))
- "enable JSON output"
, Option ['d'] ["debug"] (NoArg setdebug)
"show debug messages"
, Option [] ["no-debug"] (NoArg unsetdebug)