[PATCH weston] wcap: Fix typo in usage output.

Kristian Høgsberg hoegsberg at gmail.com
Mon Jul 23 11:26:44 PDT 2012


On Mon, Jul 23, 2012 at 11:53:18AM -0600, Scott Moreau wrote:
> ---
>  wcap/main.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/wcap/main.c b/wcap/main.c
> index 3b671b0..dbb902a 100644
> --- a/wcap/main.c
> +++ b/wcap/main.c
> @@ -154,7 +154,7 @@ usage(int exit_code)
>  		"[--help] [--yuv4mpeg2] [--frame=<frame>] [--all] \n"
>  		"\t[--rate=<num:denom>] <wcap file>\n\n"
>  		"\t--help\t\t\tthis help text\n"
> -		"\t--yuv2mpeg4\t\tdump wcap file to stdout in yuv4mpeg format\n"
> +		"\t--yuv4mpeg2\t\tdump wcap file to stdout in yuv4mpeg format\n"

There's a 2 missing in the help text too, the format name is
yuv4mpeg2.  I just squashed that fix into your patch.

thanks,
Kristian


>  		"\t--frame=<frame>\t\twrite out the given frame number as png\n"
>  		"\t--all\t\t\twrite all frames as pngs\n"
>  		"\t--rate=<num:denom>\treplay frame rate for yuv4mpeg2,\n"
> -- 
> 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