summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-09-12 12:21:01 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-09-12 12:21:03 -0400
commita6813d28876423b388cce3ff6d7edab7b9de0f20 (patch)
tree5b4ff7478c30a449c0be267e20b9b272f0e869bc /man
parenteb00e2e24b0f00ad43729c08c3abe220b2276b9c (diff)
compositor: Generalize module loading
We can now load any number of general modules, and the shell and xwayland are just two of them. We continue to use the mechanism for testing but custom input drivers or logging mechanisms, for example are other use cases.
Diffstat (limited to 'man')
-rw-r--r--man/weston.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/weston.man b/man/weston.man
index eff09c0..7b7ae43 100644
--- a/man/weston.man
+++ b/man/weston.man
@@ -100,8 +100,8 @@ Append log messages to the file
.I file.log
instead of writing them to stderr.
.TP
-\fB\-\-module\fR=\fImodule.so\fR
-Load a generic plugin module \fImodule.so\fR. Only used by the test
+\fB\-\-modules\fR=\fImodule1.so,module2.so\fR
+Load the comma-separated list of modules. Only used by the test
suite. The file is searched for in
.IR "__weston_modules_dir__" ,
or you can pass an absolute path.