From 2327d1f490a5362e6b6199ca68b14d11e2f13408 Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Mon, 23 Jul 2012 11:53:18 -0600 Subject: [PATCH] wcap: Fix typo in usage output. --- wcap/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcap/main.c b/wcap/main.c index 3b671b01..94933042 100644 --- a/wcap/main.c +++ b/wcap/main.c @@ -154,7 +154,7 @@ usage(int exit_code) "[--help] [--yuv4mpeg2] [--frame=] [--all] \n" "\t[--rate=] \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 yuv4mpeg2 format\n" "\t--frame=\t\twrite out the given frame number as png\n" "\t--all\t\t\twrite all frames as pngs\n" "\t--rate=\treplay frame rate for yuv4mpeg2,\n"