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 @@ -400,7 +400,7 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
400
400
" *internal* Not using cached cmj, always generate cmj" ;
401
401
402
402
" -bs-no-version-header" , set Js_config. no_version_header,
403
- " Don't print version header" ;
403
+ " *internal* Don't print version header" ;
404
404
405
405
" -bs-no-builtin-ppx" , set Js_config. no_builtin_ppx,
406
406
" *internal* Disable built-in ppx" ;
Original file line number Diff line number Diff line change @@ -436404,7 +436404,7 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
436404
436404
"*internal* Not using cached cmj, always generate cmj";
436405
436405
436406
436406
"-bs-no-version-header", set Js_config.no_version_header,
436407
- "Don't print version header";
436407
+ "*internal* Don't print version header";
436408
436408
436409
436409
"-bs-no-builtin-ppx", set Js_config.no_builtin_ppx,
436410
436410
"*internal* Disable built-in ppx";
You can’t perform that action at this time.
0 commit comments