summaryrefslogtreecommitdiff
path: root/toplevel/topmain.ml
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2003-05-02 12:52:11 +0000
committerPierre Weis <Pierre.Weis@inria.fr>2003-05-02 12:52:11 +0000
commitf2709a75769235db7dad93e58afcac7131ac4016 (patch)
tree1a09e968b5d6d3a0f54078fe1aa17b30dc765c1f /toplevel/topmain.ml
parent5a1e71cb2a758650a0954d23a16e49ce0feaed33 (diff)
downloadocaml-f2709a75769235db7dad93e58afcac7131ac4016.tar.gz
Better error message for fragile patterns.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5533 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'toplevel/topmain.ml')
-rw-r--r--toplevel/topmain.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/toplevel/topmain.ml b/toplevel/topmain.ml
index 3428767060..28276d54d6 100644
--- a/toplevel/topmain.ml
+++ b/toplevel/topmain.ml
@@ -61,7 +61,8 @@ let main () =
\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 (Warnings.parse_options true),
"<flags> Enable or disable fatal warnings according to <flags>\n\
\032 (see option -w for the list of flags)\n\