We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45639b commit bd95543Copy full SHA for bd95543
compiler/driver.ml
@@ -229,7 +229,7 @@ let gen_missing js missing =
229
Util.warn "Dummy implementations (raising 'Failure' exception) ";
230
Util.warn "will be used if they are not available at runtime.@.";
231
Util.warn "You can prevent the generation of dummy implementations with ";
232
- Util.warn "the commandline option '-disable genprim'@.";
+ Util.warn "the commandline option '--disable genprim'@.";
233
report_missing_primitives missing;
234
end;
235
(Statement (Variable_statement miss), N) :: js
0 commit comments