diff options
author | Alain Frisch <alain@frisch.fr> | 2008-04-16 06:53:33 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2008-04-16 06:53:33 +0000 |
commit | 486a6ce6d569ef118188909e4ee474f62ef7c01f (patch) | |
tree | 6816b2663084b9f354bc1be9cdf7567a2370b433 | |
parent | ff421e9e8b64fabe82055798721410c41ca8d503 (diff) |
Typo.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8869 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 037a90697..69a2b5e48 100644 --- a/driver/optmain.ml +++ b/driver/optmain.ml @@ -137,7 +137,7 @@ let main () = " Link all modules, even unused ones"; "-noassert", Arg.Set noassert, " Don't compile assertion checks"; "-noautolink", Arg.Set no_auto_link, - " Don't automatically link C libraries specified in .cma files"; + " Don't automatically link C libraries specified in .cmxa files"; "-nolabels", Arg.Set classic, " Ignore non-optional labels in types"; "-nostdlib", Arg.Set no_std_include, " do not add standard directory to the list of include directories"; |