[PATCH weston] weston-launch: Use "weston-launch" for --help instead of "weston".
Kristian Høgsberg
hoegsberg at gmail.com
Thu Jan 24 13:41:46 PST 2013
On Mon, Jan 21, 2013 at 11:40:59PM -0700, Scott Moreau wrote:
> The output of weston-launch --help was "Usage: weston [args...] ...".
> This changes it to read "Usage: weston-launch [args...] ...".
Thanks, that's better. Committed.
Kristian
> ---
> src/weston-launch.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/weston-launch.c b/src/weston-launch.c
> index 6d1f7c3..583e85a 100644
> --- a/src/weston-launch.c
> +++ b/src/weston-launch.c
> @@ -541,7 +541,7 @@ main(int argc, char *argv[])
> sleep_fork = 10;
> break;
> case 'h':
> - help("weston");
> + help("weston-launch");
> exit(1);
> }
> }
> --
> 1.7.10.4
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list