aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/usage.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/usage.mli')
-rw-r--r--toplevel/usage.mli4
1 files changed, 3 insertions, 1 deletions
diff --git a/toplevel/usage.mli b/toplevel/usage.mli
index 4322b0c9b..c24ae331a 100644
--- a/toplevel/usage.mli
+++ b/toplevel/usage.mli
@@ -12,7 +12,9 @@
val version : unit -> 'a
-(*s Prints the usage on the error output. *)
+(*s Prints the usage on the error output, preceeded by a user-provided message. *)
+val print_usage : string -> unit
+(*s Prints the usage on the error output. *)
val print_usage_coqtop : unit -> unit
val print_usage_coqc : unit -> unit