Skip to content

Commit

Permalink
Updated command line option comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Nov 24, 2016
1 parent 8953b13 commit 2dffeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ parse_long_opt (const char *name, const char *oarg)
if (!strcmp ("real-time-html", name))
conf.real_time_html = 1;

/* address to bind to */
/* URL to which the WebSocket server responds. */
if (!strcmp ("ws-url", name))
conf.ws_url = oarg;

Expand Down

0 comments on commit 2dffeff

Please sign in to comment.