Skip to content

Commit dc0a24c

Browse files
committed
Update clean command help
1 parent 5bdaecd commit dc0a24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/bsb_exe/rescript_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ let ninja_command_exit (type t) (ninja_args : string array) : t =
8585
*)
8686
let clean_usage =
8787
"Usage: rescript clean <options>\n\n\
88-
`rescript clean` cleans build artifacts. It is useful for edge-case reasons in case you get into a stale build\n"
88+
`rescript clean` cleans build artifacts\n"
8989

9090
let build_usage =
9191
"Usage: rescript build <options> -- <ninja_options>\n\n\

0 commit comments

Comments
 (0)