summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-28 17:50:20 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-28 17:50:20 -0400
commit85914371f31952b30b062624feec35706382af95 (patch)
tree03f4af1b7c2a0f85b6fc4a52cf81ddc38479efb7 /CmdLine.hs
parent476b271a96598f5aa6aae330f95fdaed46a62437 (diff)
downloaddebug-me-85914371f31952b30b062624feec35706382af95.tar.gz
reorg
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index 42c28ee..40437b8 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -52,7 +52,7 @@ data ServerOpts = ServerOpts
}
data ControlOpts = ControlOpts
- { controlWindow :: Bool
+ { controlWindowEnabled :: Bool
}
parseCmdLine :: Parser CmdLine