aboutsummaryrefslogtreecommitdiff
path: root/topbin/coqtacticworker_bin.ml
diff options
context:
space:
mode:
authorHugo Herbelin2019-05-08 22:42:48 +0200
committerEmilio Jesus Gallego Arias2019-07-08 02:31:27 +0200
commitfe487e8eaae3186803ec657c517d0ebebab3bafd (patch)
tree238ae5e8285c9c20bb75f860dab460e4b647b2a6 /topbin/coqtacticworker_bin.ml
parentcc9a10182255527959fc10bd86f18a7b40ef5a2a (diff)
An even more uniform treatment of the -help option across executables.
Incidentally fix some missing newline in coqc help, and give proper help for coqidetop and the "coq*worker"s.
Diffstat (limited to 'topbin/coqtacticworker_bin.ml')
-rw-r--r--topbin/coqtacticworker_bin.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/topbin/coqtacticworker_bin.ml b/topbin/coqtacticworker_bin.ml
index 19a8cde88a..962028e0e7 100644
--- a/topbin/coqtacticworker_bin.ml
+++ b/topbin/coqtacticworker_bin.ml
@@ -10,4 +10,4 @@
module W = AsyncTaskQueue.MakeWorker(Stm.TacTask) ()
-let () = WorkerLoop.start ~init:W.init_stdout ~loop:W.main_loop
+let () = WorkerLoop.start ~init:W.init_stdout ~loop:W.main_loop "coqtacticworker"