[PATCH 1/5] compositor: Help text for --config
Pekka Paalanen
ppaalanen at gmail.com
Thu Apr 2 03:54:13 PDT 2015
On Wed, 1 Apr 2015 19:17:03 -0700
Bryce Harrington <bryce at osg.samsung.com> wrote:
> Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>
> ---
> src/compositor.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/compositor.c b/src/compositor.c
> index 4de8fbf..f969018 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 ~/.config/weston.ini\n"
> " --no-config\t\tDo not read weston.ini\n"
> " -h, --help\t\tThis help message\n\n");
>
Oh nice, I forgot that place.
However, the default is not specifically that. The default is
"weston.ini", which will be searched in several directories and the
first hit is taken. See weston.ini(5).
With that fixed:
Reviewed-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
Thanks,
pq
More information about the wayland-devel
mailing list