summaryrefslogtreecommitdiff
path: root/lex/main.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lex/main.ml')
-rw-r--r--lex/main.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lex/main.ml b/lex/main.ml
index 97b114a1e0..521632b2ff 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 ";