diff options
Diffstat (limited to 'toplevel/usage.mli')
-rw-r--r-- | toplevel/usage.mli | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toplevel/usage.mli b/toplevel/usage.mli index 97814fd2..0ee58f4d 100644 --- a/toplevel/usage.mli +++ b/toplevel/usage.mli @@ -6,15 +6,18 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: usage.mli 5920 2004-07-16 20:01:26Z herbelin $ i*) +(*i $Id: usage.mli 11830 2009-01-22 06:45:13Z notin $ 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, preceeded by a user-provided message. *) +(*s Prints the usage on the error output, preceded 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. *) +val print_config : unit -> unit |