From 4a4a11ef8eec3adf11a474579ca5ab54eb22af93 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Fri, 23 Jun 2017 11:19:40 +0200 Subject: [configure] 'ocaml' is more precise than OCaml as we mean the binary. Fix suggested by Hugo. --- configure.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ml') diff --git a/configure.ml b/configure.ml index fe87d5f09..f92aa1cdb 100644 --- a/configure.ml +++ b/configure.ml @@ -350,7 +350,7 @@ let args_options = Arg.align [ "-force-caml-version", Arg.Set Prefs.force_caml_version, " Force OCaml version"; "-camldir", Arg.String (fun _ -> ()), - " Specifies path to OCaml for running configure script"; + " Specifies path to 'ocaml' for running configure script"; ] let parse_args () = -- cgit v1.2.3