summaryrefslogtreecommitdiff
path: root/toplevel/usage.mli
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2010-07-21 09:46:51 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2010-07-21 09:46:51 +0200
commit5b7eafd0f00a16d78f99a27f5c7d5a0de77dc7e6 (patch)
tree631ad791a7685edafeb1fb2e8faeedc8379318ae /toplevel/usage.mli
parentda178a880e3ace820b41d38b191d3785b82991f5 (diff)
Imported Upstream snapshot 8.3~beta0+13298
Diffstat (limited to 'toplevel/usage.mli')
-rw-r--r--toplevel/usage.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/toplevel/usage.mli b/toplevel/usage.mli
index 0ee58f4d..fb973e3b 100644
--- a/toplevel/usage.mli
+++ b/toplevel/usage.mli
@@ -6,18 +6,18 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: usage.mli 11830 2009-01-22 06:45:13Z notin $ i*)
+(*i $Id$ i*)
(*s Prints the version number on the standard output and exits (with 0). *)
val version : unit -> 'a
-(*s Prints the usage on the error output, preceded by a user-provided message. *)
+(*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
-(*s Prints the configuration information. *)
+(*s Prints the configuration information *)
val print_config : unit -> unit