aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--configure.ml2
1 files changed, 1 insertions, 1 deletions
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 _ -> ()),
- "<dir> Specifies path to OCaml for running configure script";
+ "<dir> Specifies path to 'ocaml' for running configure script";
]
let parse_args () =