Skip to content

Commit c028f1e

Browse files
committed
[Bsb] tweak -ws help instruction
1 parent 86e7598 commit c028f1e

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)