summaryrefslogtreecommitdiff
path: root/tools/ocamlcp.ml
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>1999-09-14 17:20:03 +0000
committerDamien Doligez <damien.doligez-inria.fr>1999-09-14 17:20:03 +0000
commit7780cf7ef6aaa9e17289447e834dc7f1f58c71e6 (patch)
treefcce62ed56c8c98643da76a59d85bc7c262fa7bd /tools/ocamlcp.ml
parent0342269510d6b82b09948efb890a74d304b77fec (diff)
downloadocaml-7780cf7ef6aaa9e17289447e834dc7f1f58c71e6.tar.gz
Encore des fixes pour le profiler
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2408 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools/ocamlcp.ml')
-rw-r--r--tools/ocamlcp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ocamlcp.ml b/tools/ocamlcp.ml
index f82e0d8b3a..cf9b894d00 100644
--- a/tools/ocamlcp.ml
+++ b/tools/ocamlcp.ml
@@ -70,7 +70,7 @@ let _ =
"-p", Arg.String(fun s -> profargs := s :: "-m" :: !profargs),
"[afilmt] Profile constructs specified by argument:\n\
\032 a Everything\n\
- \032 f Function calls\n\
+ \032 f Function calls and method calls\n\
\032 i if ... then ... else\n\
\032 l while, for\n\
\032 m match ... with\n\