wcap: Fix typo in usage output.

This commit is contained in:
Scott Moreau 2012-07-23 11:53:18 -06:00 committed by Kristian Høgsberg
parent f32f096cd8
commit 2327d1f490
1 changed files with 1 additions and 1 deletions

View File

@ -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 yuv4mpeg2 format\n"
"\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"