diff options
author | Alain Frisch <alain@frisch.fr> | 2013-09-25 07:16:21 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2013-09-25 07:16:21 +0000 |
commit | eddb6e86d9cc43b76260ced4db6c018b27869bf5 (patch) | |
tree | 3c8adc8eeb753525c134e219ea062d20a062fe8b | |
parent | 86f05197553cc27d63ef417e72c22732c6d4c855 (diff) |
Typo (#6190).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14177 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | lex/main.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lex/main.ml b/lex/main.ml index 97b114a1e..521632b2f 100644 --- a/lex/main.ml +++ b/lex/main.ml @@ -18,7 +18,7 @@ let ml_automata = ref false let source_name = ref None let output_name = ref None -let usage = "usage: ocamlex [options] sourcefile" +let usage = "usage: ocamllex [options] sourcefile" let print_version_string () = print_string "The OCaml lexer generator, version "; |