Skip to content

Commit 87207af

Browse files
committed
fix #4735
1 parent af09b16 commit 87207af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jscomp/main/js_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
399399
"*internal* Not using cached cmj, always generate cmj";
400400

401401
"-bs-no-version-header", set Js_config.no_version_header,
402-
"Don't print version header";
402+
"*internal*Don't print version header";
403403

404404
"-bs-no-builtin-ppx", set Js_config.no_builtin_ppx,
405405
"*internal* Disable built-in ppx";

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436429,7 +436429,7 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
436429436429
"*internal* Not using cached cmj, always generate cmj";
436430436430

436431436431
"-bs-no-version-header", set Js_config.no_version_header,
436432-
"Don't print version header";
436432+
"*internal*Don't print version header";
436433436433

436434436434
"-bs-no-builtin-ppx", set Js_config.no_builtin_ppx,
436435436435
"*internal* Disable built-in ppx";

0 commit comments

Comments
 (0)