diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2003-05-02 13:17:32 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2003-05-02 13:17:32 +0000 |
commit | b194d85ef548ce15f1428e09c75283292d8adecf (patch) | |
tree | 73826d8b141b0347319cc202bc1f3a25c9d867ce /driver | |
parent | f2709a75769235db7dad93e58afcac7131ac4016 (diff) | |
download | ocaml-b194d85ef548ce15f1428e09c75283292d8adecf.tar.gz |
I hope I found all places where ocamlc options are listed; some amount of sharing could be desirable here.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5536 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'driver')
-rw-r--r-- | driver/main_args.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/main_args.ml b/driver/main_args.ml index 7abf2a0838..b112c60e1a 100644 --- a/driver/main_args.ml +++ b/driver/main_args.ml @@ -133,7 +133,8 @@ struct \032 U/u enable/disable unused match case\n\ \032 V/v enable/disable hidden instance variable\n\ \032 X/x enable/disable all other warnings\n\ - \032 default setting is \"Al\" (all warnings but labels enabled)"; + \032 default setting is \"Ale\"\n\ + \032 (all warnings but labels and fragile match enabled)"; "-warn-error" , Arg.String F._warn_error, "<flags> Treat the warnings enabled by <flags> as errors.\n\ \032 See option -w for the list of flags.\n\ |