File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
399
399
" *internal* Not using cached cmj, always generate cmj" ;
400
400
401
401
" -bs-no-version-header" , set Js_config. no_version_header,
402
- " Don't print version header" ;
402
+ " *internal* Don't print version header" ;
403
403
404
404
" -bs-no-builtin-ppx" , set Js_config. no_builtin_ppx,
405
405
" *internal* Disable built-in ppx" ;
Original file line number Diff line number Diff line change @@ -436429,7 +436429,7 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
436429
436429
"*internal* Not using cached cmj, always generate cmj";
436430
436430
436431
436431
"-bs-no-version-header", set Js_config.no_version_header,
436432
- "Don't print version header";
436432
+ "*internal* Don't print version header";
436433
436433
436434
436434
"-bs-no-builtin-ppx", set Js_config.no_builtin_ppx,
436435
436435
"*internal* Disable built-in ppx";
You can’t perform that action at this time.
0 commit comments