diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-07-25 15:52:54 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-07-25 15:52:54 +0000 |
commit | f12a554a0d10187affdd845554c7712b0357be4e (patch) | |
tree | 39501e6173ba56854b9ba127540209578065081f | |
parent | 8662b6797c75ee54f7bd978171b40e51e52407bc (diff) |
Typo doc -pack (PR#1259)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5043 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | driver/optmain.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/optmain.ml b/driver/optmain.ml index f18fabf7e..6867a8b6f 100644 --- a/driver/optmain.ml +++ b/driver/optmain.ml @@ -115,7 +115,7 @@ let main () = " Compile and link with profiling support for \"gprof\"\n\ \t(not supported on all platforms)"; "-pack", Arg.Set make_package, - " Package the given .cmo files into one .cmo"; + " Package the given .cmx files into one .cmx"; "-pp", Arg.String(fun s -> preprocessor := Some s), "<command> Pipe sources through preprocessor <command>"; "-principal", Arg.Set principal, |