Преглед изворни кода

print <dot-path> on default usage help

Simon Krajewski пре 11 година
родитељ
комит
669b6ed2a7
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      main.ml

+ 1 - 0
main.ml

@@ -1367,6 +1367,7 @@ try
 			("--help", Arg.Unit (fun () -> ()),": show extended help information");
 			("--help-defines", Arg.Unit (fun () -> ()),": print help for all compiler specific defines");
 			("--help-metas", Arg.Unit (fun () -> ()),": print help for all compiler metadatas");
+			("<dot-path>", Arg.Unit (fun () -> ()),": compile the module specified by dot-path");
 		] in
 		if !cmds = [] && not !did_something then Arg.usage help_spec usage;
 	end else begin