summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lex/main.ml2
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 ";