summaryrefslogtreecommitdiff
path: root/toplevel/usage.mli
diff options
context:
space:
mode:
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