diff options
Diffstat (limited to 'ocamldoc/odoc_messages.ml')
-rw-r--r-- | ocamldoc/odoc_messages.ml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ocamldoc/odoc_messages.ml b/ocamldoc/odoc_messages.ml index 98f6deff02..66c4fa5fd7 100644 --- a/ocamldoc/odoc_messages.ml +++ b/ocamldoc/odoc_messages.ml @@ -38,6 +38,7 @@ let rectypes = "\tAllow arbitrary recursive types" let preprocess = "<command>\tPipe sources through preprocessor <command>" let option_impl ="<file>\tConsider <file> as a .ml file" let option_intf ="<file>\tConsider <file> as a .mli file" +let option_text ="<file>\tConsider <file> as a .txt file" let display_custom_generators_dir = "\tDisplay custom generators standard directory and exit" let add_load_dir = "<dir>\tAdd the given directory to the search path for custom\n"^ "\t\tgenerators "^bytecode_only @@ -62,7 +63,9 @@ let option_not_in_native_code op = "Option "^op^" not available in native code v let default_out_file = "ocamldoc.out" let out_file = "<file>\tSet the ouput file name, used by texi, latex and dot generators\n"^ - "\t\t(default is "^default_out_file^")" + "\t\t(default is "^default_out_file^")\n"^ + "\t\tor the prefix of index files for the HTML generator\n"^ + "\t\t(default is index)" let dot_include_all = "\n\t\tInclude all modules in the dot output, not only the\n"^ |