From 02c5697704ef535a5e8089417acba9a182a9e144 Mon Sep 17 00:00:00 2001 From: Dima Ryazanov Date: Fri, 16 Mar 2018 00:16:29 -0400 Subject: [PATCH] weston: Add a help string for --xwayland Signed-off-by: Dima Ryazanov Reviewed-by: Pekka Paalanen --- compositor/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compositor/main.c b/compositor/main.c index 18810f2..1e82788 100644 --- a/compositor/main.c +++ b/compositor/main.c @@ -469,6 +469,7 @@ usage(int error_code) " --shell=MODULE\tShell module, defaults to desktop-shell.so\n" " -S, --socket=NAME\tName of socket to listen on\n" " -i, --idle-time=SECS\tIdle time in seconds\n" + " --xwayland\t\tLoad the xwayland module\n" " --modules\t\tLoad the comma-separated list of modules\n" " --log=FILE\t\tLog to the given file\n" " -c, --config=FILE\tConfig file to load, defaults to weston.ini\n" -- 2.7.4