aboutsummaryrefslogtreecommitdiff
path: root/toplevel/workerLoop.mli
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 /toplevel/workerLoop.mli
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 'toplevel/workerLoop.mli')
-rw-r--r--toplevel/workerLoop.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/workerLoop.mli b/toplevel/workerLoop.mli
index 685a10f6f3..8d6f0b1988 100644
--- a/toplevel/workerLoop.mli
+++ b/toplevel/workerLoop.mli
@@ -8,7 +8,7 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
-(* Register a STM worker *)
+(* Register a STM worker of a given executable name *)
val start :
init:(unit -> unit) ->
- loop:(unit -> unit) -> unit
+ loop:(unit -> unit) -> string -> unit