man: Document VNC --address argument

Add missing documentation for the --address command-line argument
that lets the VNC backend listen only on a specified IP address.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
Philipp Zabel 2023-12-06 10:19:08 +01:00
parent 309a546165
commit ddf4327116
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ When the VNC backend is loaded,
.B weston
will understand the following additional command line options.
.TP
.B \-\-address\fR=\fIaddress\fR
The IP address on which the VNC backend will listen for VNC connections. By
default it listens on 0.0.0.0.
.TP
.B \-\-width\fR=\fIwidth\fR
The width of the framebuffer. It defaults to 640.
.TP