aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/coqmktop.ml9
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/coqmktop.ml b/scripts/coqmktop.ml
index f41042807..85ea683e9 100644
--- a/scripts/coqmktop.ml
+++ b/scripts/coqmktop.ml
@@ -137,17 +137,18 @@ let all_subdirs dir =
(* usage *)
let usage () =
prerr_endline "Usage: coqmktop <options> <ocaml options> files
-Flags.are:
+Flags are:
-coqlib dir Specify where the Coq object files are
-camlbin dir Specify where the OCaml binaries are
-camlp4bin dir Specify where the CAmp4/5 binaries are
-o exec-file Specify the name of the resulting toplevel
-boot Run in boot mode
- -opt Compile in native code
+ -echo Print calls to external commands
+ -ide Build a toplevel for the Coq IDE
-full Link high level tactics
- -top Build Coq on a ocaml toplevel (incompatible with -opt)
+ -opt Compile in native code
-searchisos Build a toplevel for SearchIsos
- -ide Build a toplevel for the Coq IDE
+ -top Build Coq on a OCaml toplevel (incompatible with -opt)
-R dir Specify recursively directories for Ocaml\n";
exit 1