[PATCH weston] main: update RDP backend help message
Bryce Harrington
bryce at osg.samsung.com
Fri Jul 31 12:49:55 PDT 2015
On Fri, Jul 31, 2015 at 02:49:57PM -0300, Dawid Gajownik wrote:
> `--env-socket' option is of type WESTON_OPTION_BOOLEAN, not
> WESTON_OPTION_STRING. Socket should be defined in RDP_FD environment variable.
>
> Signed-off-by: Dawid Gajownik <gajownik at gmail.com>
Confirmed:
src/compositor-rdp.c: { WESTON_OPTION_BOOLEAN, "env-socket", 0, &config.env_socket },
src/main.c: " --env-socket=SOCKET\tUse that socket as peer connection\n"
Reviewed-by: Bryce Harrington <bryce at osg.samsung.com>
Pushed:
To ssh://git.freedesktop.org/git/wayland/weston
d88f194..d99a050 master -> master
> ---
> src/main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/main.c b/src/main.c
> index a2ed2b4..0017ab5 100644
> --- a/src/main.c
> +++ b/src/main.c
> @@ -319,7 +319,7 @@ usage(int error_code)
> "Options for rdp-backend.so:\n\n"
> " --width=WIDTH\t\tWidth of desktop\n"
> " --height=HEIGHT\tHeight of desktop\n"
> - " --env-socket=SOCKET\tUse that socket as peer connection\n"
> + " --env-socket\t\tUse socket defined in RDP_FD env variable as peer connection\n"
> " --address=ADDR\tThe address to bind\n"
> " --port=PORT\t\tThe port to listen on\n"
> " --no-clients-resize\tThe RDP peers will be forced to the size of the desktop\n"
> --
> 2.4.3
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list