summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-05-07 16:26:25 +0300
committerKristian Høgsberg <krh@bitplanet.net>2014-05-09 15:00:01 -0700
commit588bee10dea3fad1c0eef417298daeda1746634d (patch)
tree2137d5627e7415d0de88f2c7cc1e2d7f4dd143bc /man
parent24713f679bc0f7c1930851973a035cfff7b2d274 (diff)
downloadweston-588bee10dea3fad1c0eef417298daeda1746634d.tar.gz
compositor: add --no-config command line option
Useful for unit tests. If Weston finds a weston.ini during unit tests, it will load it and all the modules it asks for. We need a way to prevent loading arbitrary modules from the command line. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'man')
-rw-r--r--man/weston.man6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/weston.man b/man/weston.man
index fd1c7a51..735235f5 100644
--- a/man/weston.man
+++ b/man/weston.man
@@ -130,6 +130,12 @@ suite. The file is searched for in
.IR "__weston_modules_dir__" ,
or you can pass an absolute path.
.TP
+.BR \-\-no-config
+Do not read
+.I weston.ini
+for the compositor. Avoids e.g. loading compositor modules via the
+configuration file, which is useful for unit tests.
+.TP
\fB\-\^S\fR\fIname\fR, \fB\-\-socket\fR=\fIname\fR
Weston will listen in the Wayland socket called
.IR name .