summaryrefslogtreecommitdiff
path: root/compositor
diff options
context:
space:
mode:
authorDima Ryazanov <dima@gmail.com>2018-03-16 00:16:29 -0400
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2018-03-16 13:59:00 +0200
commit02c5697704ef535a5e8089417acba9a182a9e144 (patch)
tree1d177de98af28410f7c8936961aafdd9fc1ab1a5 /compositor
parent4fc3a679eb0678dded230afac00adad0332bef26 (diff)
downloadweston-02c5697704ef535a5e8089417acba9a182a9e144.tar.gz
weston: Add a help string for --xwayland
Signed-off-by: Dima Ryazanov <dima@gmail.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'compositor')
-rw-r--r--compositor/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/compositor/main.c b/compositor/main.c
index 18810f28..1e827884 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"