aboutsummaryrefslogtreecommitdiff
path: root/lib/flags.ml
diff options
context:
space:
mode:
authorEnrico Tassi2014-01-22 10:27:41 +0100
committerEnrico Tassi2014-01-26 14:20:52 +0100
commit3afdca3562b9dcadd9b16991bd8716f38a55f2c8 (patch)
treec4c8dbb63e8546244b4ff9aa9fc71140d27754b5 /lib/flags.ml
parenta2c200faca4cd20985836f1661e9b2059fd20651 (diff)
CoqIDE: command line for extra coqtop "flags"
Like the socket for the OCaml debugger
Diffstat (limited to 'lib/flags.ml')
-rw-r--r--lib/flags.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index 3a79a83e33..9832ba5876 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -67,7 +67,7 @@ let term_quality = ref false
let xml_export = ref false
let ide_slave = ref false
-let ide_slave_socket = ref None
+let ideslave_coqtop_flags = ref None
let time = ref false