diff options
author | Damien Doligez <damien.doligez-inria.fr> | 1998-08-07 18:45:17 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 1998-08-07 18:45:17 +0000 |
commit | a3292d643b5caa90dfed615fd7406ad6bdce0511 (patch) | |
tree | 8543e5e01e86c6ad76cb8d7f6d2f0d525141e1af | |
parent | 57c39132513f0b991a6e4f990baacbe5f30aef8a (diff) |
cosmetique
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2035 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | tools/ocamlcp.ml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/ocamlcp.ml b/tools/ocamlcp.ml index 9110d9024..d8edc6410 100644 --- a/tools/ocamlcp.ml +++ b/tools/ocamlcp.ml @@ -63,12 +63,12 @@ let _ = let optlist = Options.list @ [ "-p", Arg.String(fun s -> profargs := s :: "-m" :: !profargs), "[afilmt] Profile constructs specified by argument:\n\ - a Everything\n\ - f Function calls\n\ - i if ... then ... else\n\ - l while, for\n\ - m match ... with\n\ - t try ... with" + \032 a Everything\n\ + \032 f Function calls\n\ + \032 i if ... then ... else\n\ + \032 l while, for\n\ + \032 m match ... with\n\ + \032 t try ... with" ] in Arg.parse optlist process_file usage; |