summaryrefslogtreecommitdiff
path: root/src/compositor.c
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-04-02 19:16:50 -0700
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-04-07 12:36:04 +0300
commit06c42747ec58f6d5691ae5c90efd6defa508ef8e (patch)
tree8cddfce4e5492919218eb0838df09cbc02dac6d3 /src/compositor.c
parent04f8a9b3fa130b2ac9bc5af49e9ec3c9976f56e3 (diff)
downloadweston-06c42747ec58f6d5691ae5c90efd6defa508ef8e.tar.gz
compositor: Help text for --config
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'src/compositor.c')
-rw-r--r--src/compositor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compositor.c b/src/compositor.c
index 4de8fbf5..e6a60bd3 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -5032,6 +5032,7 @@ usage(int error_code)
" -i, --idle-time=SECS\tIdle time in seconds\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"
" --no-config\t\tDo not read weston.ini\n"
" -h, --help\t\tThis help message\n\n");