summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
diff options
context:
space:
mode:
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