aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-01-31 22:57:35 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-01-31 22:57:35 +0000
commitf4222f57a430d71c26ecc3908ca069866a8f5ce1 (patch)
tree7c89eef00eb646dc13e3ba43606c559408964b14 /scripts
parent35b88f83d5ef0e1c1581466d03c156587748989f (diff)
Reorder coqmktop options and document -echo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11875 85f007b7-540e-0410-9357-904b9bb8a0f7
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