File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ let clean_usage =
90
90
let build_usage =
91
91
" Usage: rescript build <options> -- <ninja_options>\n\n \
92
92
`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 "
94
94
95
95
let install_target () =
96
96
let ( // ) = Filename. concat in
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const buildHelp =
29
29
"\n" +
30
30
"`rescript build` builds the project with dependencies\n" +
31
31
"\n" +
32
- "`rescript -- -h` for Ninja options (internal usage only; unstable)\n" +
32
+ "`rescript build -- -h` for Ninja options (internal usage only; unstable)\n" +
33
33
"\n" +
34
34
"Options:\n" +
35
35
" -w Watch mode\n" +
You can’t perform that action at this time.
0 commit comments