Skip to content

Commit f1d4059

Browse files
committed
Fix build help
1 parent b04113b commit f1d4059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jscomp/bsb_exe/rescript_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ let clean_usage =
9090
let build_usage =
9191
"Usage: rescript build <options> -- <ninja_options>\n\n\
9292
`rescript build` builds the project with dependencies\n\n\
93-
`rescript -- -h` for Ninja options (internal usage only; unstable)\n"
93+
`rescript build -- -h` for Ninja options (internal usage only; unstable)\n"
9494

9595
let install_target () =
9696
let ( // ) = Filename.concat in

jscomp/build_tests/cli_help/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const buildHelp =
2929
"\n" +
3030
"`rescript build` builds the project with dependencies\n" +
3131
"\n" +
32-
"`rescript -- -h` for Ninja options (internal usage only; unstable)\n" +
32+
"`rescript build -- -h` for Ninja options (internal usage only; unstable)\n" +
3333
"\n" +
3434
"Options:\n" +
3535
" -w Watch mode\n" +

0 commit comments

Comments
 (0)