summaryrefslogtreecommitdiff
path: root/man/ocamlopt.m
diff options
context:
space:
mode:
Diffstat (limited to 'man/ocamlopt.m')
-rw-r--r--man/ocamlopt.m9
1 files changed, 0 insertions, 9 deletions
diff --git a/man/ocamlopt.m b/man/ocamlopt.m
index 9ba40a237f..71b6515265 100644
--- a/man/ocamlopt.m
+++ b/man/ocamlopt.m
@@ -533,15 +533,6 @@ See
.IR "The OCaml user's manual" ,
chapter "Native-code compilation" for more details.
.TP
-.BI \-plugin \ plugin
-Dynamically load the code of the given
-.I plugin
-(a .cmo, .cma or .cmxs file) in the compiler. The plugin must exist in
-the same kind of code as the compiler (ocamlopt.byte must load bytecode
-plugins, while ocamlopt.opt must load native code plugins), and
-extension adaptation is done automatically for .cma files (to .cmxs files
-if the compiler is compiled in native code).
-.TP
.BI \-pp \ command
Cause the compiler to call the given
.I command