From ef92bce9a3337f2a74e6ead8c66a114899a9b24f Mon Sep 17 00:00:00 2001 From: glondu Date: Wed, 20 Jul 2011 10:55:14 +0000 Subject: Fix typo in coqmktop help git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14288 85f007b7-540e-0410-9357-904b9bb8a0f7 --- scripts/coqmktop.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/coqmktop.ml b/scripts/coqmktop.ml index 14f26582f1..c5e6905f90 100644 --- a/scripts/coqmktop.ml +++ b/scripts/coqmktop.ml @@ -126,14 +126,14 @@ let usage () = \nFlags are:\ \n -coqlib dir Specify where the Coq object files are\ \n -camlbin dir Specify where the OCaml binaries are\ -\n -camlp4bin dir Specify where the CAmp4/5 binaries are\ +\n -camlp4bin dir Specify where the Camlp4/5 binaries are\ \n -o exec-file Specify the name of the resulting toplevel\ \n -boot Run in boot mode\ \n -echo Print calls to external commands\ \n -full Link high level tactics\ \n -opt Compile in native code\ \n -top Build Coq on a OCaml toplevel (incompatible with -opt)\ -\n -R dir Specify recursively directories for Ocaml\ +\n -R dir Add recursively dir to OCaml search path\ \n"; exit 1 -- cgit v1.2.3