Skip to content

Commit f550d80

Browse files
authored
Merge pull request #4112 from chenglou/tweak-more
[Bsb] tweak `-ws` help instruction
2 parents b678386 + c028f1e commit f550d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/main/bsb_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ let bsb_main_flags : (string * Arg.spec * string) list=
8282
we make it at this time to make `bsb -help` easier
8383
*)
8484
"-ws", Arg.Bool ignore,
85-
" [host:]port specify the websocket number so that when a build is finished, we send such websocket port number a signal"
85+
" [host:]port specify a websocket number (and optionally, a host). When a build finishes, we send a message to that port. For tools that listen on build completion."
8686
]
8787

8888

0 commit comments

Comments
 (0)