summaryrefslogtreecommitdiff
path: root/tools/ocamlcp.ml
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2010-05-08 20:11:27 +0000
committerDamien Doligez <damien.doligez-inria.fr>2010-05-08 20:11:27 +0000
commit50864fb4b339a46295c56255c34a343c766815b0 (patch)
tree73c0cc61bed7d7a5a4cd99f890f882a36a371ca3 /tools/ocamlcp.ml
parentcb86b1933faa1b4052a8b62e74a8276171c88a8b (diff)
downloadocaml-50864fb4b339a46295c56255c34a343c766815b0.tar.gz
rename -help-warnings to -warn-help
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10384 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools/ocamlcp.ml')
-rw-r--r--tools/ocamlcp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ocamlcp.ml b/tools/ocamlcp.ml
index a6df014772..a2232dc15d 100644
--- a/tools/ocamlcp.ml
+++ b/tools/ocamlcp.ml
@@ -54,7 +54,6 @@ module Options = Main_args.Make_bytecomp_options (struct
let _dllpath = option_with_arg "-dllpath"
let _dtypes = option "-dtypes"
let _g = option "-g"
- let _help_warnings = option "-help-warnings"
let _i = option "-i"
let _I s = option_with_arg "-I" s
let _impl s = with_impl := true; option_with_arg "-impl" s
@@ -85,6 +84,7 @@ module Options = Main_args.Make_bytecomp_options (struct
let _verbose = option "-verbose"
let _w = option_with_arg "-w"
let _warn_error = option_with_arg "-warn-error"
+ let _warn_help = option "-warn-help"
let _where = option "-where"
let _nopervasives = option "-nopervasives"
let _dparsetree = option "-dparsetree"